How To sum a column, removing total in groups?

jamiguel77

Active Member
Joined
Feb 14, 2006
Messages
378
Office Version
  1. 2016
  2. 2010
  3. 2007
Platform
  1. Windows
  2. Web
hi all i have 6000 rows grouped and sumarized.

my question is: i need a total of Total:

if i sumarize by sample: =SUM(A1:A6000) it duplicate the sum understand me?

i add a imagen.... with small sample....
here my small sample: https://imgur.com/J0ixymC


Thanks
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
hi all i have 6000 rows grouped and sumarized.

my question is: i need a total of Total:

if i sumarize by sample: =SUM(A1:A6000) it duplicate the sum understand me?

i add a imagen.... with small sample....
here my small sample: https://imgur.com/J0ixymC


Thanks

ws7051.jpg




Sorry for the pic.. every time I used the HTML Maker it just posted the code rather than reproducing the table..

Make sure you have the word TOTAL in the far left hand column next to each of your existing subtotals.

In a line below all the data, use the =SUMPRODUCT formula as shown... it will only add rows that also have the TOTAL word in it.

Finally, copy the formula over to the right for the number of columns you have.

Hope that helps!
 
Upvote 0
Thanks worked.....

Much thanks.

Dude: why not used: =sumProduct( function? thanks.
 
Upvote 0
Thanks worked.....

Much thanks.

Dude: why not used: =sumProduct( function? thanks.


I don't think SUMPRODUCT works with wildcards... and if it does, I don't think it makes much difference which you use at a basic formula (i.e. you're not cross referencing tons of columns)
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,583
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