TODAY and NOW Function Generator

TODAY returns the current date with no time. NOW returns both date and time. Both are volatile: they recalc every time the sheet recalculates, so values change automatically.

Syntax=TODAY() or =NOW()
Try it — generate a TODAY / NOW formula

Examples

Days since invoice

=TODAY()-A2

Gives days elapsed. Format result as number.

Timestamp on edit

=NOW()

Use for auto-updating clocks or audit stamps.

Freeze a timestamp

Ctrl+; for today, Ctrl+Shift+; for time

Keyboard shortcut inserts a static value instead of volatile formula.

Tips

Related Formulas

DATEDIF

DATEDIF calculates the difference between two dates in days, months, or years. P...

EOMONTH

EOMONTH returns the last day of the month that is a specified number of months b...

WORKDAY

WORKDAY returns a date that is a given number of business days before or after a...

Need a different formula?

Describe any formula in plain English and FormulaPad will generate it.

Try FormulaPad Free