SheetRocks
Documentation/Formulas/NOW

NOW

Returns the current date and time as a date value in UTC.

Syntax

NOW()

Examples

Get current date and time

=NOW()
Result ⇒ 7/27/2025 7:27:13PM

Calculate days since specific date

=NOW() - A1
Result ⇒ 574
A
1 1/1/2024

Format current timestamp

=TEXT(NOW(), "mm/dd/yyyy hh:mm")
Result ⇒ Formatted current time

Related Functions

Other Date/Time functions:


← Back to Formula Reference