ReferenceFunctionsDate & Time Functions
NOW
NOW: Returns the current date and time as a volatile datetime serial.
Summary
Returns the current date and time as a volatile datetime serial.
Remarks
NOWis volatile and may produce a different value at each recalculation.- The integer part is the current date serial; the fractional part is time of day.
- Serial output respects the active workbook date system (
1900or1904).
Examples
NOW includes today's date
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
true
NOW is at or after TODAY
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
true
Related functions
FAQ
How do I isolate only the time portion from NOW?
Use NOW()-INT(NOW()); the integer part is date serial and the fractional part is time-of-day.
Runtime metadata
Category
Date & Time
Signature
NOW()Arity
min 0, max 0
Caps
VOLATILE
Source