Returns the seconds of a time value as an integer from 0 to 59.
이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
SECOND(serial_number)The SECOND function extracts the seconds component from a given time value. The result is an integer ranging from 0 for the beginning of a minute to 59 for the end of a minute.
=SECOND("12:30:45")결과: 45
Extracts the seconds from the provided time string.
The function will return a #VALUE! error.