Hi all,
I want to check if a date is between two specific dates and if it is also after a third date.
a b c d
1 DATE TO CHECK APPROVAL START DATE END DATE
2 25-Feb-2011 20-Feb-2011 20-Feb-2011 19-May-2011
I tried
=IF(AND($A2>=B$2,$A2>=$C2,$A2<=D2),"ok","not ok")
but it does not work! Did I make any mistake?
For example in this case I got "not ok" even if it should be "ok".
Can it be related to the cell format??
Thanks!!!
Bookmarks