I want to insert date and time into a cell of an Excel spreadsheet. NOW() and TODAY() don't fit my needs. These functions insert dynamic date. But I want static: if I insert the date it won't change with time.

link|improve this question

73% accept rate
feedback

3 Answers

To insert the current date, hold control and press the semicolon key. This will quickly insert the current date in a non-dynamic way.

Control + ; will insert the date
Control + Shift + ; will insert the time.

link|improve this answer
feedback

Type it.

Make sure to set the cell type as date.

(Mokubai's answer is much better though!)

link|improve this answer
feedback

You can copy > paste special > value then it won't change. You can use this for all sorts of formulas, such as RAND().

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.