How to Change Date Format in Google Sheets

Learn how to change date formats in Google Sheets, adjust locale settings, apply presets, build custom formats with TEXT, and troubleshoot common issues for consistent date data across sheets.

How To Sheets
How To Sheets Team
·5 min read
Date Formats - How To Sheets
Photo by RaniRamlivia Pixabay
Quick AnswerSteps

To change date formats in Google Sheets, select the cells with dates, open the Format menu, and choose a preset date style or create a custom format. If you need day-month-year, month-day-year, or a locale-specific variant, adjust the locale in File > Settings. How To Sheets recommends testing formats on a sample cell first to avoid misinterpretation.

Why date formatting matters

Dates are the lingua franca of data in Google Sheets. When dates appear in different formats across columns or between sheets, sorting, filtering, and formulas can yield incorrect results. A consistent date format improves readability for humans and keeps data pipelines reliable for automations. For students, professionals, and small business owners, standardized dates reduce confusion in reports, dashboards, and collaboration. By aligning date formats, you also minimize errors when exporting to other programs like spreadsheets, databases, or ERP systems. In short, a clear and consistent date format saves time and protects data integrity across your workbook.

Key points to remember:

  • Consistency beats complexity; choose a format and apply it across the sheet.
  • Locale can shift how Google Sheets interprets input and displays dates.
  • Use a test cell when introducing a new format to validate that numbers aren’t misread as text.

According to How To Sheets, starting with locale awareness ensures you pick the right default format for your audience of collaborators.

Understanding date formats across locales

Date formatting is not universal. In the United States, the common display is MM/dd/yyyy, while many parts of the world use dd/MM/yyyy. Google Sheets can honor regional settings, which affects both how dates are displayed and how they are parsed when you type data or import data from other sources. If you share a sheet with colleagues in a different locale, their browser settings may influence how dates appear by default. To avoid surprises, check both the display format and the underlying value, especially when data is coming from CSV imports or form submissions.

One practical approach is to set the workbook locale to match the primary user group. This setting influences date interpretation, default separators, and number formats. You can adjust this in File > Settings. After changing locale, reformat the dates to ensure consistency. When collaborating, document the chosen format in a README tab or a data standards sheet so teammates apply the same convention.

How To Sheets found that teams that standardize locale and date formats reduce data cleanup time by a noticeable margin, particularly in multi-user environments.

Built-in date formats in Google Sheets

Google Sheets ships with a variety of date formats you can apply quickly. These presets include concise forms like mm/dd/yyyy, dd-mmm-yyyy, and more verbose forms such as dddd, mmmm dd, yyyy. To access them, select the date cells, open the Format menu, click Number, and choose Date or Date time, then explore the additional formats under More formats > More date and time formats. Presets are locale-aware: what appears as a standard date in one locale may render differently in another.

When applying presets, verify both the visual display and what the underlying value represents, especially if you will perform calculations or comparisons across dates. If you frequently need a non-standard appearance, a custom format can deliver the exact string you want without altering the value stored by Google Sheets.

How to apply a preset date format

To apply a preset, select the cells containing dates, go to Format > Number > Date (or Date time). If your locale supports it, you’ll see variations like 3/14/2026 or 14-Mar-2026. If you need a day-name display, choose a format such as dddd, MMMM d, yyyy. For quick results, you can also use the toolbar’s date button to cycle through available presets.

Tip: If you’re working with a lot of cells, apply the format to an entire column by selecting the column header, then applying the date format. This ensures every new entry uses the same display style by default.

Custom date formats explained

Custom formats let you build date strings using tokens like d, dd, m, mm, MMM, MMMM, y, and yyyy. Common examples include dd/mm/yyyy, yyyy-MM-dd, and ddd, MMM d, yyyy. You can create or edit a custom format via More formats > More date and time formats. Custom formats are display-level changes; the underlying date serial value remains, which is crucial for calculations.

A practical rule of thumb: keep four-digit years (yyyy) for clarity and avoid mixing separators inconsistently within the same column. Always test a few samples to confirm the display aligns with expectations when you share the sheet with others.

If you need a formula-based approach, you can use TEXT to render a date in a specific format within a string or a calculation.

Practical examples and troubleshooting

Sometimes dates arrive as text, or as numbers that Google Sheets recognizes imperfectly. If a date looks correct but the sheet treats it as text for sorting or calculations, convert it to a date value using DATEVALUE or by multiplying by 1 after a proper DATE parsing. When dates are in a non-standard format, consider using a combination of SPLIT, DATE, or DATEVALUE in a helper column to reconstruct a valid date. Always check that the final column remains date-formatted for future operations like sorting.

If you notice a mismatch between how a date is displayed and how it sorts, review the locale settings and the data’s original format. You can temporarily switch locale to test how the date is interpreted, then revert back after finalizing.

For imported data, set the locale before importing or clean the data with a quick parsing routine to ensure consistency across your workbook.

Best practices for consistent date data

  • Decide on a single, clear date format and apply it across all sheets in a workbook.
  • Align the workbook locale with the primary user group to minimize parsing errors.
  • Use helper columns with DATEVALUE or TEXT as needed to preserve underlying date values while displaying preferred formats.
  • Document formatting standards in a data dictionary or guidelines tab for future collaborators.
  • Periodically audit a sample of rows to ensure new data adheres to the standard.

Following these practices reduces confusion, speeds up reporting, and makes automation more reliable across Google Sheets.

How to handle dates in multi-sheet projects

In multi-sheet projects, ensure consistent date handling by establishing a centralized date format policy. Use a single locale per workbook if possible, and apply a uniform date display across all sheets. When sharing with external partners, provide a short reference sheet that lists the standard date format and locale settings. This minimizes back-and-forth edits and keeps data consistent as it flows through dashboards and exports.

Tools & Materials

  • Computer with internet access(Any modern browser and Google account)
  • Sample dataset of dates(Include a mix of date formats to test behavior)
  • Locale awareness(Know your workbook’s primary audience)
  • Documentation template(Optional: keep a data standards sheet)

Steps

Estimated time: 15-25 minutes

  1. 1

    Select date cells

    Open your Google Sheet and highlight the range that contains dates you want to format. Ensure you’re selecting actual date values, not text that looks like a date, because formatting changes display, not stored values.

    Tip: Use Ctrl/Cmd + Shift + Down Arrow to quickly select a long column of dates.
  2. 2

    Open the Format menu

    With dates selected, click Format in the top menu, then click Number to reveal date presets. This is where you can apply an immediate, visible date style.

    Tip: If you don’t see the right format, try More formats > More date and time formats for additional options.
  3. 3

    Choose a preset date format

    From the presets, choose a standard date display that matches your locale or audience. The choice affects only how the date appears, not its underlying value.

    Tip: Test how it looks in a sample cell before applying to the entire range.
  4. 4

    Create a custom date format

    If presets don’t meet your needs, select More formats > More date and time formats and enter a custom pattern using tokens like dd, mm, yyyy. This is useful for consistent display across reports.

    Tip: Use four-digit years (yyyy) for clarity and to prevent ambiguity.
  5. 5

    Adjust locale settings if needed

    Go to File > Settings and set the workbook locale to match your primary audience. Locale affects both date interpretation and the available format options.

    Tip: After changing locale, reformat dates to ensure consistency.
  6. 6

    Use TEXT for display in formulas

    If you need a different display while keeping the original date value, use =TEXT(A2, 'dd/mm/yyyy') in a formula. This yields a text string suitable for reports but not for date calculations.

    Tip: Remember, TEXT returns text; use it only for display purposes in that context.
Pro Tip: Preview changes on a small sample before applying to the whole dataset to avoid surprises.
Warning: Locale changes can affect how data is parsed on import; test with sample data first.
Note: Custom formats use tokens like d, dd, m, mm, MMM, MMMM, yyyy; consistency matters.
Pro Tip: Document your standard date format in a shared guidelines tab for teammates.

FAQ

Will changing the date format alter the underlying date value?

No. Changing the display format only affects how the date is shown. The underlying serial date value remains the same, which is important for calculations and sorting.

Changing the display format does not change the actual date value, so formulas and sorts stay reliable.

How can I format dates that are stored as text?

First convert text to date values using DATEVALUE or a parsing formula, then apply a date format. If the text uses nonstandard separators, you may need to split and reconstruct the date components.

Convert text to dates with DATEVALUE, then apply the standard date format.

Can I automatically apply formatting to an entire column?

Yes. Select the column header and apply your preferred date format. New entries will inherit the same display style.

You can auto-format by selecting the column and applying the date format once; future entries follow it.

What should I do if dates import with the wrong format?

Check the workbook locale before importing. If necessary, reformat the target column and re-import with the correct locale. You may also run a parsing workflow to convert existing data.

Set the right locale, reformat, and re-import if needed to fix date interpretation.

Is there a keyboard shortcut to open date formatting options in Google Sheets?

There isn’t a universal single-key shortcut for date formatting. Use the menu path Format > Number > Date, or access More date formats for custom patterns.

Use the Format menu; there isn’t one universal shortcut for all date formats.

How can I keep date formatting consistent across multiple sheets?

Adopt a workbook-wide locale and standard date format. Document the standard in a data dictionary and apply formats on each sheet to maintain uniformity.

Set a single locale and format for the workbook, and document the standard.

Watch Video

The Essentials

  • Format dates with presets or custom tokens.
  • Locale matters for parsing and display.
  • Use TEXT for display in formulas when needed.
  • Test changes on sample data before full-column application.
Process infographic showing steps to change date formats in Google Sheets
Standardize date formats across Google Sheets with a simple workflow.

Related Articles