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

Oliver Brinzing <oliver.brinz...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver.brinz...@gmx.de

--- Comment #3 from Oliver Brinzing <oliver.brinz...@gmx.de> ---
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
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to