Returns the week number of a specific date within a year.
Esta función funciona igual en Google Sheets que en Excel: misma sintaxis y mismos argumentos.
WEEKNUM(serial_number, [return_type])The WEEKNUM function calculates the ordinal number of the week for a given date. It identifies which week of the year the date falls into, with the week containing January 1st being considered the first week.
=WEEKNUM("2023-01-15")Resultado: 3
Returns the week number for January 15, 2023, assuming the week starts on Sunday.
No, use the ISOWEEKNUM function if you need to follow the ISO 8601 standard.