Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Time stamp in a cell 12

Status
Not open for further replies.

okeng

Mechanical
Joined
Jun 14, 2003
Messages
59
Location
US
I use an excel spreadsheet to log my time on various projects. Basically I "clock in" and "clock out".

It seems there should be an easy way to insert the current time and date in a cell. I can use NOW() or something like that, but it updates it. What I need is more of a timestamp function.

Thanks
 
You can place now() in a cell. Then copy that value with paste special to where you want to timestamp.

You can VBA it to automatically do that upon file close or file open as well.

TTFN
 
In any cell, press 'Ctrl'+':' to get the current date and Shift'+'Ctrl'+':' for the current time.
Both are text values and won't update.

Killswitch
 
Wow, how simple.

Absolutely perfect. Thanks a million.

Okeng
 
I was looking for the same thing, except I am using MS Access - AND IT WORKS.

Thanks (and a star) to Killswitch.

Donf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top