- Which week numbering?
- ISO 8601 by default (week 1 is the week containing the first Thursday; weeks start Monday). Toggle for US-style (week 1 is the week containing January 1; weeks start Sunday).
- Does it match Excel's WEEKNUM?
- Excel has both — `WEEKNUM` (US default) and `WEEKNUM(date, 21)` (ISO). The tool lets you pick; choose to match your data source.
- What's a 'week-year'?
- The year the week belongs to, which can differ from the calendar year around January. The tool shows both so you can reference ISO week-year (2023-W52 might be Jan 1 2024).
- How many weeks in a year?
- Usually 52, sometimes 53. Weeks that straddle year-end belong to one year or the other per the numbering rules.