+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting with reference to Sum of Other Cells

  1. #1
    Registered User
    Join Date
    12-11-2014
    Location
    Kathmandu, Nepal
    MS-Off Ver
    MS Office 2010
    Posts
    7

    Question Conditional Formatting with reference to Sum of Other Cells

    Using Excel 2007,

    I need conditional formatting for Column A, For Cell A1, if sum(C1:G1)>10, Cell A1=Red, if sum(C1:G1)<10, Cell A1=Blue and So on for Cell A2, A3, A4 .....

    Any help would be very appreciated!!

    File attached!!!
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Conditional Formatting with reference to Sum of Other Cells

    Use two rules for column A

    =SUM($C1:$G1)>$A1 -- Format red

    =SUM($C1:$G1)<$A1 -- Format Blue
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,423

    Re: Conditional Formatting with reference to Sum of Other Cells

    Try

    =SUM(C1:G1)>A1 red

    =SUM(C1:G1)<A1 Blue

    Select required range in column A and do CF with "Use formula to determine which cells to format" and enter the two formula above.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Conditional formatting with reference, not value
    By datafiend in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-08-2015, 09:01 PM
  2. Trying to Reference Cells One to One in Conditional Formatting
    By cdfeatherstone7 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-24-2014, 09:05 AM
  3. Conditional Formatting Cells to reference Date Ranges
    By Vic4306623 in forum Excel General
    Replies: 1
    Last Post: 12-03-2011, 07:13 AM
  4. Replies: 5
    Last Post: 08-18-2011, 05:03 AM
  5. Conditional Formatting - Reference another cell
    By MitchU in forum Excel General
    Replies: 1
    Last Post: 11-21-2007, 05:41 PM
  6. Replies: 2
    Last Post: 11-13-2007, 11:58 AM
  7. Conditional Formatting with Relative Reference.
    By Swiatkowski Peter in forum Excel General
    Replies: 1
    Last Post: 12-15-2005, 11:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1