how do I Calculate elapsed time worksheet is open

G

Guest

I want to be able to calculate the amount of time that I am working in a
worksheet and display the elapsed in a cell so I can use it in time tracking.
Can this be done?
 
G

Guest

When you open a worksheet... type in 1 cell

=Now()

Copy that and Paste Special Values in to that cell

Then in another cell type

=NOW()-"The other cell"

Then change the format for that cell to Time, and change it to the 13:00

So everytime you want to update it, press F9. Im sure you can have some
worksheet event that does it automatically but I don't know exactly how to do
that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top