https://bugs.documentfoundation.org/show_bug.cgi?id=164882
Bug ID: 164882
Summary: the sum of each row plus the sum of each column always
results in an incorrect calculation
Product: LibreOffice
Version: 24.2.5.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
the sum of each row plus the sum of each column always results in an incorrect
calculation
Steps to Reproduce:
1.Find the sum of a row, which is number 1
2.Find the sum of a row, which is number 2
3.Select numbers 1 and 2 and use the click menu to sum. The result will be
wrong. It will not include number 1 in the calculation.
Actual Results:
2+3=5
6+7=13
but the formula generated by the software is this 5+13=13 =SUM(E5:E5) This
should be =SUM(d5:E5)
Expected Results:
bug
Reproducible: Always
User Profile Reset: Yes
Additional Info:
This is a very low-level bug and we should fix it。
--
You are receiving this mail because:
You are the assignee for the bug.