M
MikeB
Can anyone advise why this formula would not return OK.
Cell H188 = 1/3/2008
The formula is:
=IF(AND(H188>12/31/2007,H188< 2/1/2008), "OK", "Not OK")
The result = Not OK
Seems to me that formula is checking the cell for dates between 12/31/2007
and 2/1/2008 and therefore 1/3/2008 would result in OK.
Cell H188 = 1/3/2008
The formula is:
=IF(AND(H188>12/31/2007,H188< 2/1/2008), "OK", "Not OK")
The result = Not OK
Seems to me that formula is checking the cell for dates between 12/31/2007
and 2/1/2008 and therefore 1/3/2008 would result in OK.