Adding in a Column

Medical Officer

New Member
Joined
Oct 14, 2002
Messages
2
I'm unable to add more than 10 items in a column w/o returning a zero amount.
This is my formula:
=SUM(E6,E13,E20,E27,E34,E41,E48,E55,E62,E69)
I get a $500.20 result!
If I add ,E76 to the above formual I get a zero result!
Thanks for the help!
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
On 2002-10-16 15:15, Medical Officer wrote:
I'm unable to add more than 10 items in a column w/o returning a zero amount.
This is my formula:
=SUM(E6,E13,E20,E27,E34,E41,E48,E55,E62,E69)
I get a $500.20 result!
If I add ,E76 to the above formual I get a zero result!
Thanks for the help!

With E76 housing a value like 0.00, the expanded SUM formula wouldn't result in 0. Apart from that mystery, it seems you're summing/adding up every 7th row value in column E. You could also use the following formula for that purpose...

=SUMPRODUCT((MOD(ROW(E6:E76)-CELL("Col",E6:E76)+0,7)=0)*(E6:E76))
 
Upvote 0
On 2002-10-16 15:57, Medical Officer wrote:
On 2002-10-16 15:17, Mark W. wrote:
What does E76 contain?
Each of the E's in the formula is a monthly subtotal in Dollars. E76 presently has $0.00 in it.

Okay, E76 is displaying $0.00, but what value or formula do you see in the formula bar when you select E76? Is there a custom number format applied to E76? If so, what is it?
This message was edited by Mark W. on 2002-10-17 15:54
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,582
Members
449,089
Latest member
Motoracer88

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