+ Reply to Thread
Results 1 to 4 of 4

Conditional Formatting Between Multiple Columns

  1. #1
    Registered User
    Join Date
    10-23-2012
    Location
    Knoxville, TN
    MS-Off Ver
    Excel 2010
    Posts
    6

    Conditional Formatting Between Multiple Columns

    Hi,

    This may be something easy that I am overlooking, but I would appreciate any feedback out there.

    I am helping maintain a spreadsheet where the users input data into multiple columns. I want to set up some color fills for the columns later in the sheet based on whether data has been input in the earlier columns.

    An easy example is: column A will be Date Received, column B will be Fee Amount and column C will be Date Paid. I want to direct column C to fill with bright green if column A has a date in the corresponding cell (i.e. if A2=2/13/13 then C2 is filled with green). If there is a date in column A and an amount in column B, then the corresponding cell in column C should fill with bright red(i.e. if A2=2/13/13 AND B2=100.00 then C2 is filled with bright red).

    I can do this all day long if the conditional formatting is directed to the cells where the data is input, but I cannot for the life of me get the cells in column C to change color based on input (or lack thereof) in columns A and B. Please help, and if at all possible I need to use either conditional formatting or regular formulas as macro enabled worksheets are hard to use at my place of work.

    Thank you,
    Paul

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Conditional Formatting Between Multiple Columns

    Select the range in column C you want conditionally formatted, and add these two conditional formatting rules:

    For RED (must be listed first): =AND($A2<>"",$B2>0)
    For GREEN: =$A2<>""

    - Moo

  3. #3
    Registered User
    Join Date
    10-23-2012
    Location
    Knoxville, TN
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Conditional Formatting Between Multiple Columns

    Moo that seemed to do the trick. I had to change it around a bit because my real sheet was not as straightforward as the example, but once I worked it out your solution is great. Thank you.

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Conditional Formatting Between Multiple Columns

    Glad to help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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