G'day folks,
So I am looking for multiple/best solution(s) to summarise/consolidate multiple tables into one. These tables are Bill of Materials (BOM's), on each worksheet will be a table summarising the materials required for each product assembly. The tables are made up of Part Numbers, Cutting Length and Quantity the end result should reflect the results as per my example below (Summary - worksheet 4).
Ideally the solution should be dynamic - if one table is updated the summary would reflect this update.
I have tried going down the Pivot table route and this to me is the most logical solution but I seem to be running into problems with the Pivot Table summarising my lengths, this is not what I require as each Part must be cut to the specified length. (This may be the result of me not driving a Pivot Table properly )
BOM1 (Worksheet 1)
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1500[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]6[/TD]
[/TR]
</tbody>[/TABLE]
BOM2 (Worksheet 2)
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]5[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]10[/TD]
[/TR]
</tbody>[/TABLE]
BOM3 (Worksheet 3)
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1900[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]4[/TD]
[/TR]
</tbody>[/TABLE]
Summmary (Worksheet 4) - EXAMPLE
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1900[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]8[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1500[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]20[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]20[/TD]
[/TR]
</tbody>[/TABLE]
Should you require more info please feel free to ask.
Cheers,
Sean
Excel 2010
So I am looking for multiple/best solution(s) to summarise/consolidate multiple tables into one. These tables are Bill of Materials (BOM's), on each worksheet will be a table summarising the materials required for each product assembly. The tables are made up of Part Numbers, Cutting Length and Quantity the end result should reflect the results as per my example below (Summary - worksheet 4).
Ideally the solution should be dynamic - if one table is updated the summary would reflect this update.
I have tried going down the Pivot table route and this to me is the most logical solution but I seem to be running into problems with the Pivot Table summarising my lengths, this is not what I require as each Part must be cut to the specified length. (This may be the result of me not driving a Pivot Table properly )
BOM1 (Worksheet 1)
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1500[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]6[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]6[/TD]
[/TR]
</tbody>[/TABLE]
BOM2 (Worksheet 2)
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]5[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]10[/TD]
[/TR]
</tbody>[/TABLE]
BOM3 (Worksheet 3)
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1900[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]4[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]4[/TD]
[/TR]
</tbody>[/TABLE]
Summmary (Worksheet 4) - EXAMPLE
[TABLE="class: grid, width: 192"]
<tbody>[TR]
[TD="width: 64"]Part[/TD]
[TD="width: 64"]Length[/TD]
[TD="width: 64"]Quantity[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1900[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1800[/TD]
[TD="align: right"]8[/TD]
[/TR]
[TR]
[TD]P101[/TD]
[TD="align: right"]1500[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]P110[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]20[/TD]
[/TR]
[TR]
[TD]P120[/TD]
[TD="align: right"]600[/TD]
[TD="align: right"]20[/TD]
[/TR]
</tbody>[/TABLE]
Should you require more info please feel free to ask.
Cheers,
Sean
Excel 2010