https://bugs.documentfoundation.org/show_bug.cgi?id=125942
Oliver Brinzing <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #3 from Oliver Brinzing <[email protected]> ---
in your example, the formula syntax in cell H45 =week(1,070,2019;31,070,2019;1)
is not correct - this should work:
=WEEKS(DATEVALUE("1.7.2019");DATEVALUE("31.7.2019");1)
or referencing dates e.g.:
A49 01.07.2019
A50 31.07.2019
=WEEKS(A49;A50;1)
--
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