https://bugs.documentfoundation.org/show_bug.cgi?id=148931
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |NOTABUG --- Comment #3 from Mike Kaganski <[email protected]> --- (In reply to Don from comment #2) > I noticed that while Sum(C21,C21) doubles the contents of cell 21, > Sum(C21:C21) does not. Indeed. Sum(C21,C21) is a call of SUM with *two* arguments, where each argument is the cell value, identical to "C21+C21"; while Sum(C21:C21) is a call with *one* argument, which is "a range of cells from C21 to C21", which is just a single cell. You simply need to read the basics of spreadsheets: see "Calc Guide" at https://documentation.libreoffice.org/en/english-documentation/. -- You are receiving this mail because: You are the assignee for the bug.
