https://bugs.documentfoundation.org/show_bug.cgi?id=139342

Regina Henschel <rb.hensc...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rb.hensc...@t-online.de
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED

--- Comment #4 from Regina Henschel <rb.hensc...@t-online.de> ---
The function WEEKNUM has a second parameter to determine, which calculating
system to use. For getting ISO system, you need mode 21.
=WEEKNUM(DATE(2021;1;1);21)
https://help.libreoffice.org/7.2/en-US/text/scalc/01/func_weeknum.html?DbPAR=CALC#bm_id3159161

Or you use directly ISOWEEKNUM.
=ISOWEEKNUM(DATE(2021;1;1))
https://help.libreoffice.org/7.2/en-US/text/scalc/01/func_isoweeknum.html?DbPAR=CALC#bm_id3159161

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to