
Originally Posted by
TinaS
I need help with conditional formatting in Excell 2007
Please modify your profile in line with the above (presently states 2003) - you would not be able to do the above prior to 2007 given there are only 3 conditional formats plus standard available.
With C1:Cn selected try applying Formula based rules of:
Rule 1: Red
=AND($C1="",$B1>=TODAY())
Rule 2: Yellow
=AND($C1="",(TODAY()-$B1)<=14)
Rule 3: Orange
=AND(ISNUMBER($C1),$C1>$B1)
Rule 4: Green
=AND(ISNUMBER($C1),$C1<=$B1)
Modify references to row 1 as necessary of course.
If in doubt - post a sample file.
Bookmarks