https://bugs.documentfoundation.org/show_bug.cgi?id=139342
Regina Henschel <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
Resolution|--- |NOTABUG
Status|NEW |RESOLVED
--- Comment #4 from Regina Henschel <[email protected]> ---
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs