View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default Date -Month/day/year

If you count down to the date in D7 and want to return a message when the
date is equal or less you need to switch the arrow (or switch today and D7)


=IF(D7<=TODAY(),"Time is up","")



--
Regards,

Peo Sjoblom



"mfg" wrote in message
...
Thanks for all your help now on one of my worksheets I used this formula
and
it works well however in D7 I ahve a date that is February 2008 and it
returns time is up.
=IF(D7=Today(),"Time is up","")

How do I make sure it reads the year as well?
Thanks again for all your help.
--
mfg41