Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel SUM function is not working (shows 0), but using Addition (+) works [closed]

Tags:

excel

I'm stumped in Excel (version 16.0, Office 365). I have some cells that are formatted as Number, all with values > 0, but when I use the standard SUM() on them, it always shows a result of 0.0 instead of the correct sum. When I use + instead, the sum shows correctly.

For example:

  • SUM(A1:A2) shows 0.0
  • A1 + A2 shows 43.2

I don't see any errors or little arrows on any of the cells.

like image 233
Bryan Williams Avatar asked Nov 19 '25 05:11

Bryan Williams


1 Answers

Excel is telling you (in an obscure fashion) that the values in A1 and A2 are Text.

The SUM() function ignores text values and returns zero. A direct addition formula converts each value from text to number before adding them up.

like image 57
Gary's Student Avatar answered Nov 21 '25 22:11

Gary's Student



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!