Hello,
I have a spreadsheet that calculates inventory supermarket levels for a list of products. However, some of these items are composed of multiple components which are stocked (rather than the product itself). So, I need to structure a sheet that will translate stock levels for a product list into the stock levels for the component list.
For example, this is the information I have now:
Product Components Supermarket Qty.
A a,b 3
B b 2
C c,d 1
D d 5
And I want to end up with:
Component Supermarket Qty.
a 3
b 5
c 1
etc.
Can anyone help me with a way of doing this? It doesn't seem like it should be that big of a deal, but I can't get my brain started...
Thanks!
I have a spreadsheet that calculates inventory supermarket levels for a list of products. However, some of these items are composed of multiple components which are stocked (rather than the product itself). So, I need to structure a sheet that will translate stock levels for a product list into the stock levels for the component list.
For example, this is the information I have now:
Product Components Supermarket Qty.
A a,b 3
B b 2
C c,d 1
D d 5
And I want to end up with:
Component Supermarket Qty.
a 3
b 5
c 1
etc.
Can anyone help me with a way of doing this? It doesn't seem like it should be that big of a deal, but I can't get my brain started...
Thanks!