Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
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.
=MONTH(DATE(2024,6,15))=MONTH(DATE(2024,6,15))Computed by a real spreadsheet engine on the sample data below.
| OrderDate | MonthNum |
| 2024-01-10 | |
| 2024-04-22 | |
| 2024-07-05 | |
| 2024-11-30 |
=MONTH(DATE(2024,6,15))→6
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Get the month number from a list of order dates so I can group sales by month”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: