https://bugs.documentfoundation.org/show_bug.cgi?id=148931
Bug ID: 148931
Summary: Sum doubles quantity if for only one line
Product: LibreOffice
Version: 7.3.2.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
In LbreOffice Calc the sum function when used for a single line only like
Sum(C21,C21) doubles the amount of line C21. I don't know why anyone would want
to do that, but the function needs to take this possibility into account.
Steps to Reproduce:
1.Put 9 in Cell 21
2.Put Sum(C21,C21) in Cell C25
3.
Actual Results:
18
Expected Results:
9
Reproducible: Always
User Profile Reset: No
Additional Info:
Function should take into account a user like me, may be stupid enough to use a
sum function for one cell. In my case I will at a later date will change the
function to include more cells. I know I could just add to include an empty
cell and the function would work.
--
You are receiving this mail because:
You are the assignee for the bug.