Multiple lookup and their Sumup

Swat84

New Member
Joined
Aug 2, 2017
Messages
1
I want to sum up the value for multiple lookup in the table and get their sum up value. Where i have SKU linked with another SKU and i need to know total value available.

For instance - SKU 2 122233 is part of 112131 and also 142434 , however 142434 is part of 475767 also. I want a report to tell me how much stock i have currently of 122233 - 150 and not only 50.
ABCDEF
SKU 1SKU 2QtySKUStockSKU
1112131122233112223350112131
2112131132333114243425142434
3142434778899147576775475767
41424341222331
54757671424341
64757673747571

<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>
</tbody>

<colgroup><col width="64" span="7" style="width:48pt"></colgroup><tbody></tbody>
So it should give me total of

In Column F 1 i did a formula ,=IFERROR(INDEX($B$3:$B$8,MATCH(0,INDEX(COUNTIF(G$2:$G2,$B$3:$B$8),,),0)),"")
and in G1 i did =SUMIF($B$3:$B$8,G3,$F$3:$F$5)

this is not working
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,478
Latest member
Davenil

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top