SECOND function

Category: Date and time
Introduced: Excel 2003

Summary

Converts a serial number to a second

Syntax

SECOND(serial_number) The SECOND function syntax has the following arguments:
• Serial_number Required. The time that contains the seconds you want to find. Times may be entered as text strings within quotation marks (for example, "6:45 PM"), as decimal numbers (for example, 0.78125, which represents 6:45 PM), or as results of other formulas or functions (for example, TIMEVALUE("6:45 PM")).

Example

=SECOND(A3)
=SECOND(A4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/second-function-740d1cfc-553c-4099-b668-80eaa24e8af1

Back to Functions