for if statement, put like this in your cells D2
=IF(C2="",TODAY()-B2,C2-B2)
and for your conditional format
criteria1:
formula=AND(D2>14,E2="Yes")
set your pattern color to blue
criteria2:
value greater than 14
set your color to re
iwgunter - 27 Aug 2005 08:03 GMT
Cheers for the help guys. I have got it working now. I changed it aroun
a bit and now use...
Code
-------------------
=($C2<>"") - Fill Green
=($E2="Yes") - Fill Blue
=($D2>14) - Fill Re
-------------------
+-------------------------------------------------------------------
|Filename: ExcelMIDLog.GIF
|Download: http://www.excelforum.com/attachment.php?postid=3753
+-------------------------------------------------------------------