Description: Use of -sum function to tally a column of numbers does not add those numbers but rather returns zero. Steps to Reproduce: 1.Have a column of multiple rows of numbers 2.use =sum function to add series (ie. =sum(a1:a7) ) 3.result is zero every time Actual Results: zero Expected Results: a number Reproducible: Always User Profile Reset: Yes Additional Info: [Information automatically included from LibreOffice] Locale: en-US Module: SpreadsheetDocument [Information guessed from browser] OS: Windows (All) OS is 64bit: no
Created attachment 163952 [details] Screen shot of bug.
The data in column K that looks like numbers isn't treated is numbers (they'd be aligned to the right, and not to the left), that's why the sum is zero. If you fix that, sum will work.