Soutenez Time.now : Rejoignez notre Plan Premium pour une expérience sans publicité ! Soutenez-nous : Passez Premium sans pub !

Week numbers in Microsoft Excel

To calculate the ISO 8601 week number in Microsoft Excel, use the following formula:

=ISOWEEKNUM(A1)

* Ensure your system or application regional settings are set to follow ISO 8601 standards (weeks start on Monday) if the output varies.

Instructions étape par étape

  1. Put your date in a cell, for example A1.
  2. In another cell type =ISOWEEKNUM(A1) and press Enter.
  3. The result is the ISO 8601 week number (1 to 53).
  4. For today's week number use =ISOWEEKNUM(TODAY()).

Bon à savoir

Do not confuse ISOWEEKNUM with the older WEEKNUM: plain =WEEKNUM(A1) uses the US convention (week 1 contains January 1, weeks start Sunday) and disagrees with the ISO number in most years. WEEKNUM(A1, 21) is equivalent to ISOWEEKNUM for backward compatibility.