Why is today function not working
Tutor 5 (55 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
The TODAY() function in Excel returns the current date from your system clock. If it is not working, there are several common causes and solutions.
1. Calculation Mode is Set to Manual
Excel will not update functions automatically when calculation is set to manual.
Solution:
-
Go to the Formulas tab.
-
Click on Calculation Options.
-
Select Automatic.
After this, the TODAY() function will update automatically whenever the workbook recalculates.
2. Cell Contains a Typo or Extra Characters
The function must be entered exactly as =TODAY(). Any extra spaces or missing parentheses will cause an error.
Solution:
-
Ensure the formula is typed as:
=TODAY()
3. System Date or Time is Incorrect
TODAY() relies on your computer's system clock. If the system date is wrong, the function will return an incorrect date.
Solution:
-
Check your computer’s date and time settings and correct them if needed.
4. Cell is Formatted as Text
If the cell is formatted as Text, Excel may display the formula as text instead of calculating it.
Solution:
-
Select the cell.
-
Go to the Home tab.
-
Change the Number Format to General or Date.
-
Press F2 and then Enter to re-enter the formula.
5. Workbook Contains Circular References
Circular references prevent Excel from updating certain functions, including TODAY().
Solution:
-
Check for circular references:
-
Go to Formulas → Error Checking → Circular References.
-
Resolve any circular references found.
-
6. Excel Version or Compatibility Issues
Older Excel versions or files opened in compatibility mode may occasionally not calculate volatile functions like TODAY() correctly.
Solution:
-
Save the workbook in the current Excel format (.xlsx).
-
Ensure your Excel is updated to the latest version.
7. Volatile Function Not Updating
TODAY() is a volatile function. It only recalculates when the worksheet recalculates.
Solution:
-
Press F9 to manually recalculate the workbook.
8. Sheet or Workbook is Protected
A protected sheet or workbook may prevent formulas from updating.
Solution:
-
Unprotect the sheet via Review → Unprotect Sheet.
-
Ensure editing permissions are available.
Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
Why is today function not working
Answers · 1
How to extract date from datetime in excel
Answers · 1
Why is the date value not working
Answers · 1
How to create a date formula
Answers · 1