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

Week numbers in LibreOffice Calc

To calculate the ISO 8601 week number in LibreOffice Calc, 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. Type =ISOWEEKNUM(A1) in another cell and press Enter.
  3. The ISO 8601 week number is returned.

Bon à savoir

Older LibreOffice versions (before 4.2) only had WEEKNUM with a mode argument; on current versions ISOWEEKNUM is the reliable choice and matches Excel's function name.