MINUTE
Returns the minute of the serial number.
Syntax
=MINUTE(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 | Minute evaluated from date value. |
Examples
| Formula | Result | Comment |
|---|---|---|
| 0 | The given date value represents the 18th of May, 2018, 12:00 |
| 0 | Rounded to 0 |
| 59 | Same as before but prevent rounding |