Archive of Mr Excel Message Board
example
actual time total hours in a day hours remaining
17:00 24 6.59 hours
=now() 24 =[now()]- 24
I did try this and many other ways but with no nosuccess. also the now() does not changes automatically. what am I doing wrong or not doing that this formulations dont work?
could you please help
Thank you
Ignacio

Have a look at Active_Clock at :-
http://geocities.com/aaronblood/pages/vba.html
If you also want a cell to continually show the updated time remaining until midnight, put the following formula in a cell on the worksheet obtained from the above site :-
=(DATE(YEAR(C3),MONTH(C3)+1,1)-1/86400)-C3
