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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #1 from Eike Rathke <[email protected]> ---
It's not the first argument that is returned. Appending a comma here passes
another "missing" argument that when evaluated is taken as value 0 in the
calculation.
=MEDIAN(1,2,4,8) => 3
=MEDIAN(1,2,4,8,) => 2
=MEDIAN(1,2,4,8,0) => 2
Excel does the same.

-- 
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

Reply via email to