Easy one!
Posted by Jane H on January 10, 2002 5:47 AM
I am using a nested IF statement and want one of the conditions to be based on today's date less 6 months (ie 6 months ago). What is the formula?
So far I have got
=IF(AND(C4>=20,F4=NOW()-MONTH),"YES","NO")