MONTH function

Category: Date and time
Introduced: Excel 2003

Summary

Converts a serial number to a month

Syntax

MONTH(serial_number) The MONTH function syntax has the following arguments:
• Serial_number Required. The date of the month you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.

Example

=MONTH(A2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/month-function-579a2881-199b-48b2-ab90-ddba0eba86e8

Back to Functions