help with counting down to a date in excel

F

Forrest

i am trying to count down in days to a specific date i have the date in block
b2 and todays date in A1, but dont know the formula. any help is great thanks
 
F

Fred Smith

What does the date block (ie, b2) look like? What do you mean by "count
down"?

Regards,
Fred.
 
D

Deskpilot

A1 - =NOW()
B2 - Target date

(1) Recommend aligning these dates in same column for easier reference
(2) Both cells nee same date format

Sum cell - =sum((B2-A1) +1) ~ Format this cell as NUMBER (0 decimal)
 
Top