+ Reply to Thread
Results 1 to 3 of 3

Turn cell red if date in another cell is past a date and the cell being formatted is blank

  1. #1
    Registered User
    Join Date
    03-01-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    12

    Turn cell red if date in another cell is past a date and the cell being formatted is blank

    I would like cell B3 to turn blue if cell A3 is past a date and B3 is left blank. Can someone help me with a formula for that?

    Also, is it possible to turn cell C3 blue when cell B3 is blue?

    Thank you!

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

    Re: Turn cell red if date in another cell is past a date and the cell being formatted is b

    In CF use
    =AND(A3>DATEVALUE("1/1/2012"),B3="")
    format blue

    Also, is it possible to turn cell C3 blue when cell B3 is blue?
    Not without VBA, you might want to use underlying CF rules (if any) for Cell B3
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    03-01-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Turn cell red if date in another cell is past a date and the cell being formatted is b

    Thank you!!!

+ 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