View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kevin Vaughn
 
Posts: n/a
Default Countdown by Date

Something like this maybe:

=IF( TODAY() =DATEVALUE("9/25/2006"), "Arrived", IF(TODAY()
DATEVALUE("9/25/2006"), "In the past",DATEVALUE("9/25/2006") - TODAY() & "
days to go"))

--
Kevin Vaughn


"Param" wrote:

Hi,

Pls guide me on this matter. I enter formula:

=9/5/2006-TODAY()&" days to go"

it display, 182 days to go
but when the date over, it turn negatif, like '-5 days to go'
How to stop the countdown after the date?