SUM formula not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I trying to add a range of cells but I keep getting the Value of ZERO back.
Its a very basic formula:

=sum(e2:e908)

The value keeps coming up on the sheet as zero, yet when I go into the
Formula Audit area it shows the value as what it should be 4231.8 any ideas
why it keeps showing up as ZERO on the sheet? I have checked all my cell
formatting and its all set properly. I've used this same formula on previous
sheets with no problem.
 
Tyson

Sounds like the numbers are actually text.

Formatting to number does nothing. You have to coerce the data in numeric
format.

Format all to General then copy an empty cell.

Select data range and Edit>paste Special>Add>OK>Esc.


Gord Dibben MS Excel MVP
 
Tried that, my entire sheet is formatted as "General" but when I enter the
formula it still comes up as zero. I've even tried breaking it down into
groups thinking perhaps it was because it was adding to many numbers. But
even that comes back as a total of zero....
 
type a 1 in an unused cell, then click on copy, then select the defect list
of numbers and go to Edit, Paste Special..., click on Multiply, then OK. This
should make sure all your numbers are numbers and not text.
 
Back
Top