Formula guide · Excel and Google Sheets · Updated May 13, 2026
Get Month Name from a Date
Convert a date into a month name or month label in Excel or Google Sheets.
Quick Answer
Use TEXT with mmmm for the full month name or mmm for the short month name.
Copyable Formula
=TEXT(A2,"mmmm")
Syntax
=TEXT(date,"mmmm")
Excel and Google Sheets
Worked Example
| A | B |
|---|---|
| Date | Month |
| 2026-05-13 | May |
Result: Returns May from the date value.
Steps
- Make sure the source value is a real date.
- Use TEXT with mmmm for the full month name.
- Use mmm for a short label.
- Use a real month-start date for calculations and TEXT only for display.
Common Mistakes
- Using month names as calculation keys instead of real dates.
- Applying TEXT to dates stored as unrecognized text.
- Sorting month names alphabetically instead of calendar order.
Excel vs Google Sheets Notes
The core idea works in both Excel and Google Sheets, but separators, function availability, and array behavior can vary by account, locale, and version.
Editorial check: This guide was last updated May 13, 2026. Formula behavior can vary by Excel version, Google Sheets rollout, and spreadsheet locale.