FormulaCraft

NOW

NOW() is a volatile function that returns the current date combined with the current time as a decimal serial number, where the integer part is the date and the fractional part is the time of day. Use it to timestamp records, measure elapsed time in hours or minutes, or display a live clock in a cell.

Excel
=NOW()
Google Sheets
=NOW()

Verified example

Computed by a real spreadsheet engine on the sample data below.

EventTimestamp
Login2025-05-27 09:15
Submit2025-05-27 09:32
Logout2025-05-27 10:01

=NOW()46169.62

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Enter =NOW() with no arguments; format the cell as Date+Time to see both components.
  2. 2Subtract a previous NOW() snapshot (stored as a value) to measure elapsed time: =(NOW()-A2)*24 gives elapsed hours.
  3. 3Because NOW() is volatile it recalculates on every change; paste-as-values to freeze a timestamp.

Need a version for your data?

Try: “Stamp the current date and time in a cell that updates automatically

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: