VLOOKUP Stock Spreadsheet issue

paulbray81

New Member
Joined
Jan 28, 2019
Messages
1
Hi Guys,

I am having an issue which a spreadsheet where I have a list of stock


[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]item[/TD]
[TD]SKU[/TD]
[TD]TYPE[/TD]
[TD]SIZE[/TD]
[TD]Starting QTY[/TD]
[TD]Running Qty[/TD]
[/TR]
[TR]
[TD]Shirt[/TD]
[TD]SS-5XS[/TD]
[TD]SS[/TD]
[TD]5XS[/TD]
[TD]8[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Shirt[/TD]
[TD]SS-3XS[/TD]
[TD]SS[/TD]
[TD]3XS[/TD]
[TD]23[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Shirt[/TD]
[TD]LS-3XS[/TD]
[TD]LS[/TD]
[TD]3XS[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Shirt[/TD]
[TD]LS-2XS[/TD]
[TD]LS[/TD]
[TD]2XS[/TD]
[TD]25[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


I then have a table which lists all items the running QTY has a formula of =F4-(VLOOKUP(C4,$J$3:$Y$10,9,FALSE))

F4 = the Starting Qty column
C4 = is the SKU column
Column J is the shirt sku column
Column 9 is the shirts needed column


[TABLE="class: outer_border, width: 1300"]
<tbody>[TR]
[TD]Team[/TD]
[TD]Shirt SKU[/TD]
[TD]Shirt Size[/TD]
[TD]Short SKU[/TD]
[TD]Short Size[/TD]
[TD]Zip Top SKU[/TD]
[TD]Zip Top Size[/TD]
[TD]Shirts Needed[/TD]
[TD]In Stock[/TD]
[TD]Shorts Needed[/TD]
[TD]In Stock[/TD]
[TD]Socks Needed[/TD]
[TD]In Stock[/TD]
[TD]Zip Top Needed[/TD]
[TD]In Stock[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]U7 Red[/TD]
[TD]SS-5XS[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]U7 Red[/TD]
[TD]SS-3XS[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]23[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]U7 Yellow[/TD]
[TD]SS-5XS[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

So I need to see the running quantity change upon what is added into the shirts needed. trouble is the 2nd row with the SS-5XS SKU is not added to the running total which should make it 0 not 5.

If anyone can help me solve this issue it would be massively appreciated
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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