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