Countdown from Entered Date

R

Ripper

I need to write a formula that will countdown from 60 from a date that is
entered by the user. How do I do that?
 
B

Bernie Deitrick

Rip,

Countdown from 60, or countdown to 60 days from a date, or 60 days to a date, or....


Perhaps,

=ABS(TODAY()-A1)

with the date in A1 - the formula will return the number of days until or after the date in A1....

HTH,
Bernie
MS Excel MVP
 
R

Ripper

Thanks for responding..

Once we create a record by entering a date, we have 60 days to complete the
next task. What I need is a cell that will tell us how many of the origional
60 days we have left to complete step 2.
--
Thanks As Always
Rip


Bernie Deitrick said:
Rip,

Countdown from 60, or countdown to 60 days from a date, or 60 days to a date, or....


Perhaps,

=ABS(TODAY()-A1)

with the date in A1 - the formula will return the number of days until or after the date in A1....

HTH,
Bernie
MS Excel MVP
 
B

Bernie Deitrick

Ripper,

Try

=A1 - TODAY() + 60

though you should check to see if that suits exactly what you want - perhaps 60 or 61 or 59,
depending on your counting conventions.

HTH,
Bernie
MS Excel MVP


Ripper said:
Thanks for responding..

Once we create a record by entering a date, we have 60 days to complete the
next task. What I need is a cell that will tell us how many of the origional
60 days we have left to complete step 2.
 
G

Gord Dibben

Enter date in A1..............October 31, 2009

In A2 enter =A1-TODAY() & " Days to go"

Each day you open the workbook, the number in A2 will be one less.


Gord Dibben MS Excel MVP
 

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

Similar Threads

Excel Excel Show Countdown Date 7
Working with dates 4
Countdown Clock 4
Countdown 1
countdown timer 5
Windows 7 Windows 7 ... the final countdown 7
Countdown timer 7
Day/Time Countdown 6

Top