ReferenceFunctionsDate & Time Functions
TODAY
TODAY: Returns the current date as a volatile serial value.
Summary
Returns the current date as a volatile serial value.
Remarks
TODAYis volatile and recalculates each time the workbook recalculates.- The result is an integer date serial with no time fraction.
- Serial output respects the active workbook date system (
1900or1904).
Examples
TODAY has no time fraction
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
true
Date arithmetic with TODAY
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
7
Related functions
FAQ
Will TODAY include a time-of-day fraction?
No. TODAY always returns an integer serial date, so its fractional part is always 0.
Runtime metadata
Category
Date & Time
Signature
TODAY()Arity
min 0, max 0
Caps
VOLATILE
Source