Sum data from many sheet on the base of a Criteria(Help)

vidplaylist

Board Regular
Joined
Aug 3, 2011
Messages
78
I am struggling how to sum data from many sheet on the basis of a criteria. In my case its "part number" for which i want to sum the quantity from different location sheets.

Thanks,
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
The most direct method would be to use a Sumif on each individual sheet and then invoke a Sum across sheets.

=SUM(Sheet1:Sheet3!A1)

A1 on each sheet would contain the Sumif value
 
Upvote 0
Take a look at using SUMIF on eahc sheet then sum the sheets

Samples below:

Excel Workbook
ABCD
1Part Numbertotals
2AS223
3AS512
4
5
6
7
8
9
10
11
12PartsTotals
13AS223
14AS512
Sheet6

Excel Workbook
ABCD
1Part NumberValue
2AS234
3AS512
4AS223
5AS534
6AS24
7AS556
8AS2554
9AS51
10
11
12PartsTotals
13AS2615
14AS5103
Sheet7

Summary

Excel Workbook
CD
1Part Numbertotals
2AS2638
3AS5115
Summary
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,844
Members
452,948
Latest member
UsmanAli786

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