Returns the month of a given date as an integer.
Syntax
Examples
|
Formula |
Result |
|
=MONTH("2/13/2020") |
2 |
|
=MONTH("3 August, 2020") |
8 |
|
=MONTH(F2&"/"&E2&"/"&G2) |
7 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions