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?
entered by the user. How do I do that?
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
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.