Returns the minutes of a given time as a number between 0 and 59.
Syntax
Remarks
Date formats without the time specified will have the time considered as 00:00:00.
Examples
|
Formula |
Result |
|
=MINUTE("12:30:00") |
30 |
|
=MINUTE("3:15PM") |
15 |
|
=MINUTE("11:45pm") |
45 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions