Excel now() Function

C

colin

I am trying to produce a time sheet program such that when I enter the
letter 'x' in a specific cell I can record that time as my start time
in an adjacent cell. Then by inserting an 'X' in the next cell I can
record my finish time and so on. I can capture the time with an "if
(now())" formula but of course every time I enter the next time my
first gets recalculated. Can any one suggest a way of retaining the
times when it was entered, Microsoft were unable to help.
 
J

Jim Gordon MVP

Hi Colin,

This is one of those times that using a Macro or an AppleScript will come in
handy.

Have you done anything with either in the past? Are you ready to dive in?

-Jim Gordon
Mac MVP


I am trying to produce a time sheet program such that when I enter the
letter 'x' in a specific cell I can record that time as my start time
in an adjacent cell. Then by inserting an 'X' in the next cell I can
record my finish time and so on. I can capture the time with an "if
(now())" formula but of course every time I enter the next time my
first gets recalculated. Can any one suggest a way of retaining the
times when it was entered, Microsoft were unable to help.

--
Jim Gordon
Mac MVP

MVPs are not Microsoft Employees
MVP info
 

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