[Libreoffice-bugs] [Bug 107448] Median operator returning first variable as result
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Apr 26 13:53:36 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=107448
Eike Rathke <erack at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |NOTABUG
--- Comment #1 from Eike Rathke <erack at redhat.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170426/ad5ffd20/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list