NOW returns the current date and time together, updating every time the spreadsheet recalculates.
NOW returns the current date and time as a single value. It takes no arguments and updates automatically on every recalculation.
Use it whenever the time portion matters — TODAY alone only gives you the date.
=NOW()| Argument | Description |
|---|
=NOW()Returns both, formatted according to the cell's number format.
=NOW()Often used in a header cell as a simple "last refreshed" indicator, though it updates on every recalculation, not just on open.
=(NOW()-A2)*24Subtracting two date-time values gives a result in days; multiplying by 24 converts it to hours.
Because it recalculates constantly, NOW is not suitable for logging "when did this actually happen" — paste it as a value if you need a fixed record.
ExcelPro has 700+ hands-on Excel exercises across 7 career tracks — free to start, no download needed.
Start practicing free →