SheetRocks
Documentation/Formulas/SECOND

SECOND

Returns the seconds of a time value

Syntax

SECOND(serial_number)

Arguments

Argument Description Required
serial_number The time that contains the seconds you want to find Required

Examples

Extract seconds from time string

=SECOND("2:30:45")
Result ⇒ 45

Get seconds from decimal time

=SECOND(0.75)
Result ⇒ 0

Seconds from cell time value

=SECOND(A1)
Result ⇒ 30
A
1 14:25:30

Related Functions

Other Date/Time functions:


← Back to Formula Reference