sum across a number of sheets and ranges

tintin1012000

Board Regular
Joined
Apr 27, 2011
Messages
237
I have an a summary of products in worksheet (Products ) Column A:A and I want a formula to find whats in A1 (searching 3 other worksheets) and returning the total

the other worksheets are constructed like.
in worksheet 2 I have summary of products in Column A:A and a total in Column B:B.
I have summary of products in Column A:A and a total in Column B:B
I have summary of products in Column D:D and a total in Column E:E
I have summary of products in Column G:G and a total in Column H:H and so on

Thanks again
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
hi generate the sheet name in SheetList tab & use this formula in the Products tab.

excel-sumif across multiple sheets in excel

excel-sumif accross multiple sheet in excel.xlsx
ABC
1TEE300
2PANT600
3JACKET900
PRODUCTS
Cell Formulas
RangeFormula
C1:C3C1=SUMPRODUCT(SUMIF(INDIRECT("'"&SheetList!$A$3:$A$5&"'!A:A"),$A1,INDIRECT("'"&SheetList!$A$3:$A$5&"'!B:B")))
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

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