Hello,
I’m encountering a problem.
I have a list of dates in column S
The criteria is as follows
if the date is before 12/31/02 then blank
if the date is after 12/29/03 than 2004
all else 2003
I entered the following fomula
=IF(S2″12/29/2003″,”2004″,”2003″))
I get all blanks. I’m not all that familiar with how to work dates in formulas. Can someone give me a push in the right direction?