In Excel: use =TODAY() for the current date and =NOW() for the current date and time — both are volatile and update on every recalculation.
Syntax
Arguments
| Argument | Description | |
|---|---|---|
today | optional | Neither takes arguments — the empty brackets are required. |
Related functions
Breakdown: 0 years · 11 months · 30 days
What this does
TODAY returns the current date; NOW returns the date with the time attached. Both are volatile: they recalculate whenever anything in the workbook changes, so a cell holding =TODAY() is not a record of when something happened, it is always "now". That is the single most consequential thing to know about them — a timestamp meant to stay put must be entered with Ctrl+; (date) or Ctrl+Shift+; (time), or pasted as a value. Their genuine use is anything that should move with the calendar: ageing an invoice, counting days remaining, driving a conditional format for overdue rows. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “excel function today date” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a workflow that saves repeating the same clicks every week into a method you can reuse, explain, and defend when the workbook leaves your screen.
A worked example
Days a receivable has been outstanding: =TODAY()-A2, formatted as a number rather than a date. Flagging overdue rows with conditional formatting: =AND(A2<TODAY(), B2<>"Paid"). Days remaining until a deadline: =A2-TODAY(). A static stamp instead — press Ctrl+; which types the date once and never changes it. TODAY and NOW are what make an ageing report age itself — and knowing they are volatile is what stops them being used as timestamps. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. The short version of “excel function today date”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
Common mistakes
- Using
=TODAY()as a record of when something was entered, which rewrites itself every time the file opens. - Formatting a date difference as a date, which shows 1900-01-15 instead of 14 days.
- Forgetting the brackets;
=TODAYwithout them returns#NAME?.
Frequently asked questions
How do I insert a date that does not change?
Press Ctrl+; for the date or Ctrl+Shift+; for the time. Those type a fixed value rather than a formula.
What is the difference between TODAY and NOW?
TODAY returns just the date; NOW includes the time as the fractional part of the day.
Why does my "days between" result show a date?
The result cell inherited a date format. Change it to General or Number and the count appears.
Other ways people ask this
People reach this page typing “excel date functions on mac today”, “excel date functions on mac today date” and “today date function in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.
Platform & version notes
- If you are on a Mac, nothing here changes except the modifier key: swap Ctrl for ⌘ in every shortcut, and use the Windows/Mac toggle at the top of the page so the keystrokes shown match the keyboard in front of you.
How is it different on a Mac?
Only the keys. Press ⌘ where Windows uses Ctrl; the menus, formulas and result for "excel function today date" are the same on macOS as on Windows.
Why do people search for this in so many different ways?
Because the same task has many names. “excel date functions on mac today”, “excel date functions on mac today date”, “today date function in excel” all point at the one operation explained on this page, which is why they all lead here.