P
prkhan56
Hello All,
I am using Office 2003 and have the following problem:
I have a worksheet in which I wish to have the word "check" in
column A if the date in Column B exceeds by 30 days..and change the
colour of Column A to Red
I tried using the following in A2
=IF(AND(ISNUMBER($b2),$b2 < (TODAY() + 29)),"check","")
What am I doing wrong?
Can anybody give me a clue?
TIA
Rashid Khan
I am using Office 2003 and have the following problem:
I have a worksheet in which I wish to have the word "check" in
column A if the date in Column B exceeds by 30 days..and change the
colour of Column A to Red
I tried using the following in A2
=IF(AND(ISNUMBER($b2),$b2 < (TODAY() + 29)),"check","")
What am I doing wrong?
Can anybody give me a clue?
TIA
Rashid Khan