I'm recording results into an Excel spreadsheet, and I want to record the time I enter the results. In Notepad, one can simply press F6 to get the current time stamp. Is there a simple/easy way to do this in Excel?

link|improve this question

71% accept rate
feedback

3 Answers

up vote 6 down vote accepted

How about these:

  • For the current date: Press CTRL+SEMICOLON
  • For the current time: Press CTRL+SHIFT+SEMICOLON
  • For the current date and time: Press CTRL+SEMICOLON then SPACE then CTRL+SHIFT+SEMICOLON
link|improve this answer
feedback

Just add =NOW() in a cell.

link|improve this answer
feedback

There are shortcuts for date (CTRL+;) and time (CTRL+SHIFT+;)

see also http://office.microsoft.com/en-us/excel/HP030561071033.aspx

For other language versions of Excel the shortcuts are a little different. For the german version the shortcuts are CTRL+. and CTRL+SHIFT+.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.