Returns the month of a date represented by a serial number.
이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
MONTH(serial_number)The MONTH function extracts the month from a given date, returning an integer from 1 (January) to 12 (December). It requires a valid Excel date format or a serial number representing a date.
=MONTH("2023-05-15")결과: 5
Extracts the month from May 15, 2023.
It will return a #VALUE! error.