SheetRocks
Documentation/Formulas/MONTH

MONTH

Returns the month from a date value (1-12).

Syntax

MONTH(date)

Arguments

Argument Description Required
date The date value to extract the month from Required

Examples

Extract month from date

=MONTH(A1)
Result ⇒ 3
A
1 3/15/2024

Get month from constructed date

=MONTH(DATE(2024, 12, 25))
Result ⇒ 12

Month from current date

=MONTH(A1)
Result ⇒ 6
A
1 2024-06-10

Related Functions

Other Date/Time functions:


← Back to Formula Reference