Count down to a date

  • Thread starter Thread starter dacalypsomon
  • Start date Start date
D

dacalypsomon

Good morning,

I need to find the formula for a count down. Can anyone point me in th
right direction?

I want it to look like this:

5 - Daylight Savings Time returns

Thank
 
Hi
not really sure but maybe something like

Date(2004,3,21) - TODAY()
 
One way:

=TEXT(DATE(2004,4,4) - TODAY(),"0") & " - Daylight Savings Time Returns"
 
Hi dacalypsomon!

=DATE(2004,10,31)-TODAY()&" Daylight saving returns"

Date of daylight savings is becoming fairly standardized at last
Sunday in March (for Northern Hemisphere) and last Sunday in October
(for Southern Hemisphere). Switch dates for end of daylight savings

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Hi!

Correction: "Date of daylight savings is becoming fairly standardized"

I find that US is changing this weekend.

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top