ExcelExcel 2013+
ISOWEEKNUM function in Excel
Returns the number of the ISO week number of the year for a given date
=ISOWEEKNUM(date)ISOWEEKNUM syntax and parameters
One argument, one required.
- datenumberRequired
Date is the date-time code used by Excel for date and time calculation.
ISOWEEKNUM examples
Formulas you'll actually reuse.
The ISO 8601 week of an invoice date (weeks start Monday):
=ISOWEEKNUM(B2)Result
331 Jan 2027 is a Friday, so ISO puts it in week 53 of the previous year:
=ISOWEEKNUM(DATE(2027, 1, 1))Result
53
ISOWEEKNUM in Google Sheets
Same name — your formula ports as-is.
Try ISOWEEKNUM in the playground
Edit the example — nothing to install.
Preloaded with the ISOWEEKNUM formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- DATEReturns the serial number of a particular dateDateGoogle Sheets
- DATEDIFCalculates the number of days, months, or years between two dates. This function is useful in formulas where you need to calculate an age.DateGoogle Sheets
- DATEVALUEConverts a date in the form of text to a serial numberDateGoogle Sheets
- DAYConverts a serial number to a day of the monthDateGoogle Sheets
- DAYSReturns the number of days between two datesDateGoogle Sheets
- DAYS360Calculates the number of days between two dates based on a 360-day yearDateGoogle Sheets