tfowlerusa
New Member
- Joined
- Mar 28, 2017
- Messages
- 13
I have a Master Parts List sheet where Part Numbers start in A2 and Part Description starting in B2. I have ~ 25 Sheets each with a different name where there are columns in each. I want to match the Part Number & Description to the Master Part List and sum the total Quantity of parts from E6:E90 from each tab to the corresponding Part Number in the Master Parts List tab. I was trying the following formula but getting #NAME error. I got this from another thread just can't seem to get it to work.
=SUMPRODUCT(SUMIFS(INDIRECT("'"&SHEETS&"'!'E6:E60"),INDIRECT("'"&SHEETS&"'!B6:B90"),A2,INDIRECT("'"&SHEETS&"'!C6:C90"),B2))
Master Parts List : A2 = Part Numbers
B2 = Part Description
C2 = Quantity
Sheet 1 OMCTS : B6:B90 = Part Number
C6:C90 = Description
E6:E90 = Quantity
=SUMPRODUCT(SUMIFS(INDIRECT("'"&SHEETS&"'!'E6:E60"),INDIRECT("'"&SHEETS&"'!B6:B90"),A2,INDIRECT("'"&SHEETS&"'!C6:C90"),B2))
Master Parts List : A2 = Part Numbers
B2 = Part Description
C2 = Quantity
Sheet 1 OMCTS : B6:B90 = Part Number
C6:C90 = Description
E6:E90 = Quantity