Sum formula returning zero value

Teresa Devlin

New Member
Joined
May 29, 2009
Messages
4
I am trying to sum a column with values using a report downloaded from Celltracker, however the sum total is returning as zero. When added using =a1+a2 the value returns correctly.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
you may need to convert your values stored as text to values stored as numbers using the VALUE() function. You can also try this array function (confirmed with CTRL+SHIFT then press ENTER):

=SUM(VALUE(A1:A10))
 
Upvote 0
Or, convert the numbers to numerical values...

1) Select an empty cell

2) Edit > Copy

3) Select the column/cells

4) Edit > Paste Special > Add > Ok
 
Upvote 0
thanks but I've tried that, I've even tried to save the numbers in a different worksheet and I'm still getting the same problem:mad:
 
Upvote 0
maybe upload your file using a free online storage site and post the link here. maybe someone can take a look at it.

I don't know what else may be the problem.
 
Upvote 0
Thanks, I'm pushed for time at the moment, will maybe try to upload later if your suggestions don't work, now going to try =sum(value(a1:a10)

thanks for your help:p
 
Upvote 0
Hi Teresa

The solution provided by Domenic should work, but perhaps try the following alternative.

Highlight column A
Go to Format Cells and change it to number format.
Go to Edit > Text to columns
- choose delimited and click 'Next'
- remove all checks against any delimiters and click 'Finish'

Now try your original SUM.
 
Upvote 0

Forum statistics

Threads
1,214,527
Messages
6,120,057
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top