Hi all,
Does any have /know how i can fix the formula below to
show the number of remaining days between the given date
and the current date.
Where B2 = Now()![]()
Please Login or Register to view this content.
Hi all,
Does any have /know how i can fix the formula below to
show the number of remaining days between the given date
and the current date.
Where B2 = Now()![]()
Please Login or Register to view this content.
Last edited by bdb1974; 04-10-2009 at 06:03 PM.
Try
=TODAY()-H18
(and format cell as number with 0 decimal places)
Never use Merged Cells in Excel
If you are counting days then B2 would be better as
=TODAY()
then to calculate the number of days between 2 dates you can just subtract one from the other, i.e.
=H18-$B$2
format result cell as general
Thanks Guys.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks