I have following two table
Item Quantity sold per day and a table with ingredient used by Item in the below attachment
Input.PNG
Could someone help me with formula where i can automatically look into ingredient and multiply with quantity to create below table
output.PNG
Somehow using Formula i could list the value
=IFERROR(INDEX(Inventory!$F$1:$AZ$1; MATCH(0; COUNTIF($A$1:A1;Inventory!$F$1:$AZ$1&"") + IF(Inventory!$F$1:$AZ$1="";1;0); 0)); "")
Ingredient
Salami
Egg
Cheese
I need help!
Thanks
Bookmarks