DAY
Returns the day of the month of the serial number.
Syntax
=DAY(DateValue, [Round])
Arguments
Name | Type | Description |
---|---|---|
DateValue | Number | The 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 | Day of month evaluated from serial number. |
Examples
Formula | Result | Comment |
---|---|---|
| 18 | The given date value represents the 18th of May, 2018 |
| 10 | Rounded to 10 |
| 9 | Same input value as before but no rounding applied |