Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
SECOND extracts the seconds portion of a time value, returning an integer from 0 to 59. Use it for high-precision time analysis such as validating that timestamps are on exact minute boundaries, or when computing durations down to the second.
=SECOND(TIMEVALUE("14:37:45"))=SECOND(TIMEVALUE("14:37:45"))Computed by a real spreadsheet engine on the sample data below.
| EventTime | Seconds |
| 0.375 | |
| 0.604861111 | |
| 0.916701389 | |
| 0.500694444 |
=SECOND(TIMEVALUE("14:37:45"))→45
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Check whether any event timestamps have non-zero seconds in them”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: