This FAQ covers 4 common questions about entering the TODAY function, refreshing results, and combining it with other formulas, plus 4 glossary terms.
FAQ
What should I do if the TODAY function shows an error?
- Check that the formula starts with
=. - Make sure the function name is spelled
TODAYand includes one pair of parentheses. - Remove any extra arguments and re-enter
=TODAY(). - Press Enter again to confirm the result.
Why is the TODAY result not updating?
- Confirm that the Windows system date is correct.
- Reopen the worksheet or edit any cell to trigger recalculation.
- Press
F9to recalculate manually. - Check the TODAY-based result again.
Which functions can I use with TODAY?
- You can combine it with date functions such as YEAR, MONTH, and DAY.
- You can also use subtraction to calculate the number of days from another date.
- For period analysis, you can nest TODAY inside other date formulas.
- Check that referenced cells contain valid date values.
What is the difference between TODAY and NOW?
- TODAY returns the current date.
- NOW usually returns the current date and time.
- If you only need the date, use TODAY.
- If you need both date and time, use a function that includes time.
Glossary
| Term | Definition |
|---|---|
| TODAY | A spreadsheet function that returns the current date and usually takes no arguments. |
| Formula hint | A prompt shown while entering a function to help you complete the correct syntax. |
| Recalculation | The process of running worksheet formulas again, which can affect TODAY results. |
| Nested formula | A formula that combines multiple functions to complete a more complex calculation. |