bluetaurean
Member
I have two sheet, the first has the demand of each product
Product Qty
a 5
b 6
The second sheet has the bill of material (what is needed to make the product) for each product
Product Material Qty
a Materia a 1
a Materia c 2
a Materia g 4
a Materia g 7
b Materia a 1
b Materia c 2
b Materia g 4
b Materia g 7
I need to list of consolidated demand for each material. One way is to do a lookup of the demand in the 2nd sheet from the first and then pivot the data. Is there a better or faster way.
Product Qty
a 5
b 6
The second sheet has the bill of material (what is needed to make the product) for each product
Product Material Qty
a Materia a 1
a Materia c 2
a Materia g 4
a Materia g 7
b Materia a 1
b Materia c 2
b Materia g 4
b Materia g 7
I need to list of consolidated demand for each material. One way is to do a lookup of the demand in the 2nd sheet from the first and then pivot the data. Is there a better or faster way.