Excel Format Date

This guide treats “excel format date” the way busy spreadsheet users actually want it: answer first, then the reasoning. It is written for Excel but calls out every place Google Sheets differs, and the platform toggle at the top switches all shortcuts between Windows and Mac so nothing here assumes the keyboard you are not on.

Exact answer

In Excel: select the dates, press Ctrl+1, choose Date or Custom, and apply a format such as m/d/yyyy, dd-mmm-yyyy, or yyyy-mm-dd.

Annotated stepsExcel
1

Select the date cells.

2

Press Ctrl+1 to open Format Cells.

3

Choose Date for built-in formats or Custom for a pattern like yyyy-mm-dd.

4

If nothing changes, convert the values from text to real dates first.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Date formatting changes how a stored date is displayed, not the underlying serial number. That distinction matters: a real Excel date can show as 6/1/2026, 01-Jun-2026 or 2026-06-01 without changing its value. Text that only looks like a date must be converted first before number formatting will work. 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 “excel format date”. 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 this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. 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

A2 contains the real date June 1, 2026. Press Ctrl+1, choose Custom, and type yyyy-mm-dd: the cell displays 2026-06-01 while formulas still treat it as the same date. If A2 contains text like 01.06.2026 that Excel does not recognize, use Text to Columns or DATEVALUE first, then format it. Clean date formats make sorting, filtering, lookup formulas and reports trustworthy. They also stop ambiguous month/day values from being misread across regions. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

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. Treat “excel format date” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.

Common mistakes

  • Trying to format text values that are not real Excel dates.
  • Using mm when you meant minutes in a time format, or m when you meant month in a date context.
  • Changing display format and expecting the underlying date value to change.
  • Mixing regional date orders such as 03/04/2026 without clarifying whether it means March 4 or April 3.

Frequently asked questions

What is the ISO date format in Excel?

Use the custom format yyyy-mm-dd, for example 2026-06-01.

Why will my date format not change?

The value is probably text. Convert it to a real date with Text to Columns, DATEVALUE or a locale-aware import step.

Does changing format change the date?

No. It changes the display. The stored serial date remains the same unless you transform the value itself.

Other ways people ask this

People reach this page typing “excel date format”, “how to format date in excel”, “excel date format formula” and “excel date formats”, among other phrasings; whichever wording you used, the fix above is the one you want.

This guide also answers

  • excel changing date format
  • excel date format convert
  • how to change date format in excel

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

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