AutoSum formula not adding commas

Kimmerz29

New Member
Joined
Jul 5, 2006
Messages
25
Hi

I'm trying to do an AutoSum on cells that do not intersect, and I keep getting a '#NULL!' error.

When I ctrl+click on each cell I want to add, the foumla is displaying (for example) =SUM(F5 D3 A1) instead of =SUM(F5, D3, A1)
If I try to manually enter the formula with the commas in place, it will not pick up the reference cells at all.

The only way it works is to manually put a '+' inbetween each referenced cell in the formula.

I have tried it on another computer and it works fine.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
in this formula
=SUM(F5 D3 A1)
the formula will sum just intersection between your range and if there is no intersection will return error NULL
to sum this, use this
=SUM(F5,D3,A1)
 
Upvote 0
It wont allow me to enter commas into the equation. If I manually enter the commas, I get a "The formula you typed contains an error".

There must be a wrong setting or something because we have this issue with 2 PC's at work, and the rest work perfectly fine.

I might try redeploying Office to these computers because I cant find a solution...
 
Upvote 0
there is no guarantee that the fresh install of office on the computers would not have the same setting as it is having right now. pleaze wait. let me search for some more time if anything comes up i will post.
 
Upvote 0
have you tried putting a dot instead of a comma ? which operating system you using at the right now ?
 
Upvote 0

Forum statistics

Threads
1,216,188
Messages
6,129,400
Members
449,508
Latest member
futureskillsacademy

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