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

Week numbers in Google Sheets

To calculate the ISO 8601 week number in Google Sheets, 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. Enter your date in a cell, for example A1.
  2. In another cell type =ISOWEEKNUM(A1) and press Enter.
  3. For the current week number use =ISOWEEKNUM(TODAY()).

Bon à savoir

Like Excel, Google Sheets also offers WEEKNUM which defaults to the US system. Use ISOWEEKNUM whenever you exchange week numbers with European partners or business calendars.