How to generate a Picking List of Components that are linked to a Product Code?

HWall97

New Member
Joined
May 31, 2018
Messages
1
Hi,

I currently have a sheet where order quantities can be entered for specific codes (please see 'Order Table'). These codes are for 'kits' which require several components to be made (please see 'Components Table'). Please see below for an example, the actual spreadsheet has about 23 different codes for 'kits.' The components that are required for each code are specified in the Components table (e.g. Code 21.1350 requires 1 x 123, 6 x 456, 20 x 789).

What I would like to have in the end, is a picking list for the components needed (in reality, for any given 'kit' we have there will be at least 10 components required). I want the picking list to look something like this if possible:

KIT QTYCODEDESCRIPTIONCOMPONENT QTY
121.1350
123Pipe1
456Cable Tie6
789100mm Screw20
221.1550
123Pipe6
456Cable Tie20
789100mm Screw40

<tbody>
</tbody>

My problem is I don't know how to make it so the picking slip only has the kits that are selected, not all the kits possible as there would be too many. And, for example, I need it to be able to identify that there are 2 x 21.1550 kits so we will need double the components to be picked.

Your help would be greatly appreciated :)



Order Table:
QUANTITYCODEPRICE
121.135082.00
021.1450136.00
221.1550190.00

<tbody>
</tbody>









Components Table:
21.135021.145021.1550
CodeDescriptionPrice1350mm Pipe1450mm Pipe1550 Pipe
123Pipe50.00123
456Cable Tie2.006810
789100mm Screw1.00202020

<tbody>
</tbody>
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,215,734
Messages
6,126,543
Members
449,316
Latest member
sravya

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