auto sum not working

juster21

Well-known Member
Joined
Jun 3, 2005
Messages
867
i have 10 cells that i am trying to use auto sum on and the result is 0. it should be something besides 0....any ideas what is going on?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Are the values you are trying to SUM formatted as Numbers or Text? If they are Left Justified, that is probably a sign that they are entered as Text and not Numeric.
 
Upvote 0
i have numbers in the cells. made sure the format was numeric....even multiplied the cells by 1 to make sure they were numeric. but my result is still showing as 0
 
Upvote 0
Are your calculations definitely switched to automatic?
 
Upvote 0
yep, automatic.

if i list 1, 2, 3, 4, 5 and at the 6 row use autosum the result is 0.
if i say =A1+A2+A3+A4+A5 and hit enter, the result is 0
 
Upvote 0
If you remove all justification on the cells, are the numbers Left or Right justified?
 
Upvote 0
What are the specific values in these cells?
They don't happen to add up to 0, do they (positives and negatives)?

If you use the function ISNUMBER on one of the cells, does it return TRUE?
i.e.
=ISNUMBER(A1)
 
Upvote 0
no......number like 10, 250, 400, 9000.....nothing odd. it's just a count of completed tasks really
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,538
Members
449,038
Latest member
Guest1337

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