no of days to go count to decrease automatically

J

junedb

How do I get an automatic count down to the number of days, minutes etc to an
event
 
J

Jacob Skaria

To get the number of days from now to a future date you can use the DATEDIF
function

Suppose A1 = 5/15/2009

=DATEDIF(TODAY(),A1,"d") will give you the number of days more...

If this post helps click Yes
 
Top