Insert Current Date in Excel

“insert current date in excel” comes up constantly, so this page leads with the exact answer, gives you a tool to try it on your own numbers, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

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

=TODAY() and =NOW()

Arguments

ArgumentDescription
todayoptionalNeither takes arguments — the empty brackets are required.

Related functions

DATEDATEDIFWORKDAY
ƒxDate Difference CalculatorLive
Days between
364

Breakdown: 0 years · 11 months · 30 days

Workdays (Mon–Fri, NETWORKDAYS)
261
=B2A2 · =NETWORKDAYS(A2,B2)
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

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. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “insert current date in excel”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a workflow that saves repeating the same clicks every week, but the practical win is that someone else can open the file and understand what happened without asking you.

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

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. If you take one thing from this page on “insert current date in excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

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; =TODAY without 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 “how to insert current date in excel”, “insert current datetime in excel”, “how to insert the current date in excel” and “how to insert a current date in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.

This guide also answers

  • how to put current date in excel

Why do people search for this in so many different ways?

Because the same task has many names. “how to insert current date in excel”, “insert current datetime in excel”, “how to insert the current date in excel” all point at the one operation explained on this page, which is why they all lead here.