AutoSum Function Error

quirky

New Member
Joined
Aug 23, 2002
Messages
2
When I highlight a column of numbers, the sum is not shown at the bottom right hand corner. So, I typed =SUM(D2:D32) on an empty cell. 0 is displayed as the answer. The same thing happens when I use the auto sum key.

Please advise. Thank you.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
The only time I've seen this is when the "numbers" you're trying to sum have been entered as Text.

Use =Value() against each of the numbers to sum to return a numeric version.

You should then be able to sum the results.
 
Upvote 0
On 2002-08-24 03:00, quirky wrote:
When I highlight a column of numbers, the sum is not shown at the bottom right hand corner. So, I typed =SUM(D2:D32) on an empty cell. 0 is displayed as the answer. The same thing happens when I use the auto sum key.

Please advise. Thank you.

( 1.) Select an empty, unused cell.
( 2.) Activate Edit|Copy.
( 3.) Select D2:D32.
( 4.) Activate Edit|Paste Special >Add.

The above recipe will modify the underlying format of the range D2:D32 from Text to Number. Summing should now give the desired result.
 
Upvote 0
thanks!

i think i've figured out the problem. i inadvertently copied numbers off a website and tried to do an auto-sum on them. no wonder it didn't work cos' it was text.
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,707
Members
448,981
Latest member
recon11bucks

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