IF Formula to calculate whether date has passed

J

Janelle Lister

What formula can I use that will insert "Yes" if the date in cell A1 is after
the date in cell A2, for example.
 
J

Janelle Lister

Thank you, but I'm afraid I'm still having trouble. The formula is returning
an incorrect response. Does it change the IF formula if cell A2 also
contains a formula? Cell A1 has a value of January 1, 2007. Cell A2 is the
formula =TODAY().
Today is October 18, 2006 and the formula below returns the result Yes.
 
H

hot dogs

Excel considers the later date to be larger, i.e. A1 = 1/1/2007, A2 =
10/18/2006 therefore A1 is greter than (>) A2. So 'Yes' is returned.
 
Top