Returns the number of the ISO week of the year where the provided date falls. Learn more
ISOWEEKNUM is a function used in spreadsheet software, such as Microsoft Excel or Google Sheets, that returns the ISO week number for a given date.
The ISO week numbering system is a standard way of representing weeks in the calendar year, which is used internationally. It defines a week as starting on Monday and ending on Sunday, and the week number is determined by the number of Thursdays in a year that occur before that week.
For example, the first week of the year is the week that contains the first Thursday of the year, and it is assigned the week number 1. ISOWEEKNUM(date) returns a number between 1 and 53, representing the ISO week number for the specified date.