Using if statements with a date

  • Thread starter Thread starter Stonsey
  • Start date Start date
S

Stonsey

Hia

I want to use a formula which will return a 0, if the date is on or prior to
31 Dec 2004 and a 2 if date entered is on or after 1 January 2005 - Would
love some help on how to do this

Thanks
 
dates being in A2, A3, ...
=--(A2>=DATE(2005,1,1))
Regards,
Stefi

„Stonsey†ezt írta:
 
It was an oversight, I didn't notice that the OP wants 2 on the TRUE branch.

Sorry for the late answer but I've just now realized that my e-mail
notification doesn't work.


--
Regards!
Stefi



„David Biddulph†ezt írta:
 
Back
Top