Skip to main content
Version: Streamsheets 3.0

SECOND

Returns the second of the serial number.

Syntax

=SECOND(DateValue, [Round])

Arguments

NameTypeDescription
DateValueNumberA serial number consists out of two numbers. The number to the left of the decimal define the days since 01.01.1900. The number to the right of the decimal define the fraction of the day.
Round (optional)BooleanDefines if value should be rounded.

Default value: TRUE

Return

TypeDescription
NumberSecond evaluated from serial number.

Examples

FormulaResultComment
=SECOND(43238.5)
0The given date value represents the 18th of May, 2018, 12:00
=SECOND(43930.999999, true)
0Rounded to 0
=SECOND(43930.999999, false)
59Same as before but prevent rounding