FormulaCraft

MONTH

MONTH extracts the month component from a date, returning an integer between 1 (January) and 12 (December). Use it to group transactions by month, calculate months elapsed, or build monthly reporting dashboards.

Excel
=MONTH(DATE(2024,6,15))
Google Sheets
=MONTH(DATE(2024,6,15))

Verified example

Computed by a real spreadsheet engine on the sample data below.

OrderDateMonthNum
2024-01-10
2024-04-22
2024-07-05
2024-11-30

=MONTH(DATE(2024,6,15))6

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

How it works

  1. 1Store your dates as proper date values in a column (e.g., column A).
  2. 2In the next column enter =MONTH(A2) to extract the month number.
  3. 3Optionally wrap the result with TEXT or CHOOSE to display the month name instead of a number.

Need a version for your data?

Try: “Get the month number from a list of order dates so I can group sales by month

Related

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

Last reviewed: