FormulaCraft

How to get the month name from a date in Excel and Google Sheets

Excel & Google Sheets
=TEXT(A2,"mmmm")

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter your date in A2.
  2. 2For the full month name (January, February, etc.), enter =TEXT(A2,"mmmm").
  3. 3For the abbreviated name (Jan, Feb), use =TEXT(A2,"mmm").
  4. 4To get the month as a number, use =MONTH(A2).
  5. 5Combine with YEAR for a label: =TEXT(A2,"mmmm yyyy") returns 'January 2024'.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Can I get the month name in a different language?

The language depends on your spreadsheet's locale. In Google Sheets you can use the TEXT function with locale-specific format codes. In Excel, month names follow the Windows system locale.

How do I sort data by month name alphabetically vs. chronologically?

TEXT returns text, which sorts alphabetically (April before January). To sort chronologically, sort by the MONTH() number in a helper column instead.

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: