Thank you for submitting your inquiry on the QA forum.
In Excel, a static date is one that doesn’t change — unlike formulas like =TODAY() or =NOW(), which update every time the file is opened or recalculated. Static dates are useful for things like order dates, timestamps, or logging data.
The easiest way to enter a static date is by using the keyboard shortcut:
- Press
Ctrl + ;(Control + semicolon) This enters the current date as a fixed value that never changes.
If you want Excel to insert a static date automatically, you can use a simple VBA macro. For example, you can set it to insert today’s date in column B whenever you type in column A.
There’s also a workaround using circular references, but it's not recommended due to complexity and instability.
In short, for most users, manually entering the date using **Ctrl + ; **is the most reliable way to set a static date in Excel.