Hi
I have a spreadsheet with simple conditional formatting to change the color of a cell (A1: Target Date) if that cell's date value is equal to today or earlier:
There is a 2nd cell (A2: Closed Date) that I want to bring into this condition for A1 if possible so that the original condition is true ONLY if A2 is BLANK. I need a 2-part condition because Excel applies only the first condition that is comes across that's true.
This is what I tried:
It doesn't work. Any ideas? Can something like this even be done?
Thanks in advance!
Jim DeGeorge![[wavey] [wavey] [wavey]](/data/assets/smilies/wavey.gif)
I have a spreadsheet with simple conditional formatting to change the color of a cell (A1: Target Date) if that cell's date value is equal to today or earlier:
Code:
Condition 1: Cell Value Is between TODAY() and 1
There is a 2nd cell (A2: Closed Date) that I want to bring into this condition for A1 if possible so that the original condition is true ONLY if A2 is BLANK. I need a 2-part condition because Excel applies only the first condition that is comes across that's true.
This is what I tried:
Code:
Condition 1: Cell Value Is between =IF(ISBLANK(A2),TODAY(),A2) and 1
It doesn't work. Any ideas? Can something like this even be done?
Thanks in advance!
Jim DeGeorge
![[wavey] [wavey] [wavey]](/data/assets/smilies/wavey.gif)