MONTH
Returns the month of the serial number.
Syntax
=MONTH(DateValue, [Round])
Arguments
| Name | Type | Description |
|---|---|---|
| DateValue | Number | A serial number consists out of two numbers. The number to the left of the decimal define the days since 01.01.1900. The number to the right of the decimal define the fraction of the day. |
| Round (optional) | Boolean | Defines if value should be rounded. Default value: TRUE |
Return
| Type | Description |
|---|---|
| Number | Month evaluated from date value. |
Examples
| Formula | Result | Comment |
|---|---|---|
| 5 | The given date value represents the 18th of May, 2018 |
| 1 | Rounded to 1 |
| 12 | Same input value as before but no rounding applied |