Returns the minute component of a time value as an integer ranging from 0 to 59.
이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
MINUTE(serial_number)The MINUTE function extracts the minute from a given time value. The time is provided as a serial number or a text string that Excel recognizes as a valid time format.
=MINUTE("10:30:45 AM")결과: 30
Extracts the minute part from the specified time string.
The function will return a #VALUE! error if the input cannot be recognized as a valid time.