Apoya a Time.now: Únete a nuestro Plan Premium ¡para una experiencia sin anuncios! Apóyanos: ¡Hazte Premium sin anuncios!

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.

Instrucciones paso a paso

  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()).

Conviene saber

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.