Google Sheets
NOW function in Google Sheets
Returns the current date and time as a date value.
=NOW()NOW examples
Formulas you'll actually reuse.
The current date and time — recalculates on every edit, so paste as values to freeze a timestamp:
=NOW()Hours elapsed since a ticket was opened at the time in B2:
=(NOW() - B2) * 24
NOW in Excel
Same name — your formula ports as-is.
Try NOW in the playground
Edit the example — nothing to install.
Preloaded with the NOW formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- DATEConverts a provided year, month, and day into a date.DateExcel
- DATEDIFCalculates the number of days, months, or years between two dates.DateExcel
- DATEVALUEConverts a provided date string in a known format to a date value.DateExcel
- DAYReturns the day of the month that a specific date falls on, in numeric format.DateExcel
- DAYSReturns the number of days between two dates.DateExcel
- DAYS360Returns the difference between two days based on the 360 day year used in some financial interest calculations.DateExcel