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

            Bug ID: 89994
           Summary: writer
           Product: LibreOffice
           Version: 4.2.7.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

the formula statistic - mean value in a table does not compute the correct
value.
It computes sum(over x columns) / x columns
instead of dividing by the columns that have a value.

example

5 columns:
values: 2 empty 1 empty 3

the mean value should be (2+1+3)/3 = 2
LO writer computes (2+1+3)/5 = 1,2

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to