If you have been manually fixing the date every time you open the file
Instead of typing in the date by hand each day, using TODAY or NOW means the file automatically reflects the latest date and time whenever it is opened, so you never have to correct it manually again.
Why these functions keep changing on their own
TODAY and NOW are "volatile" functions, meaning they recalculate every time the spreadsheet opens or recalculates, rather than storing a fixed value like most formulas. That is exactly what makes them useful for a running "as of today" date, but it also means the cell will never hold a value from the past β use the Ctrl+; shortcut instead whenever you need a date that must stay unchanged.
Frequently Asked Questions
Can I use the TODAY function to calculate a date difference?
Yes. Using it in a formula like "=TODAY()-A1" automatically calculates how many days have passed from a specific date up to today.
Does the date update even if I don't open the file?
No. TODAY and NOW only update their value when the file is opened or recalculated β the value inside a closed file does not change on its own.