+ Reply to Thread
Results 1 to 3 of 3

Thread: Conditional Formatting Question

  1. #1
    Registered User
    Join Date
    01-04-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Conditional Formatting Question

    HI,

    I am applying conditional formatting which is working fine. I have the cell turn yellow for dates coming up in the next 7 days and red for dates past due. But I have another column to the left of the date column that I mark as open or closed. I only want the conditional formatting to be applied if the cell to the left contains the text "Open". If it contains the text "closed" no conditional formatting should be applied. I'm basically tracking open action items that are due. Once they have been completed, I still want to show the dates, but no longer need them highlighted.

    Thanks
    David

  2. #2
    Valued Forum Contributor p24leclerc's Avatar
    Join Date
    07-05-2010
    Location
    Québec
    MS-Off Ver
    Excel 2003-2010
    Posts
    377

    Re: Conditional Formatting Question

    You have to use a formula like this one:
    =AND(C1="Open";D1<NOW())
    You also want 2 conditions for the conditional formating.
    See attached file.
    Regards
    Pierre
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-04-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Conditional Formatting Question

    Thank you so much for your help on this. This solution worked perfectly.

+ 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.2.0