Kitting Spreadsheet

DocRogers

New Member
Joined
Mar 17, 2014
Messages
35
Office Version
  1. 365
Platform
  1. Windows
I'm trying to create a spread sheet to show what parts go into each of the kits we assemble. I then want to create a pivot table to determine how many of each part are used in a month to figure out the correct purchasing amount for each part. I'm not sure how to lay it out in excel. An example of the information would be:
Kit# and then the listed components and how many are used in each kit, then how many kits are sold each month. Just not sure how to lay it out so it will work easily with creating a pivot table. Any help is greatly appreciated. Thank you
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
I'm a fan of as much normalization of your raw data as much as possible. So I suggest something like this:

Book1
ABCDEFGHIJKL
1Kit IDComponentNbr ComponentsSum of Nbr Components
2RRA21A2A3A4A5A6A7
3RRA31FS521
4RRA44KK55312
5RRA54QQ2125
6RRA72RR11442
7FSA45
8FSA52
9FSA61
10QQA32
11QQA41
12QQA52
13QQA65
14KKA25
15KKA35
16KKA43
17KKA51
18KKA62
Sheet2
 
Last edited:
Upvote 0
Manufacturing Resource Planning (MRP) can get quite complicated but something quite useful can be set up very easily
and then enhanced later on.

Structuring the data well is crucial.

I assume that kits have a reference number and a name and likewise for components.
I refer to these references as numbers below but they could be a combination of alpha characters and numeric digits and even
characters such as hyphens.

Here is what I suggest to start with:

Worksheets:
Kits
Components
Assemblies (A list of components used in each kit.)

Kit Worksheet Columns:
Kit Number
Kit Name
Qty Sold Per Month

Component Worksheet Columns:
Component Number
Component Name
Qty needed per month (This is calculated using data in the Assemblies table)

Assemblies
Kit Number
Kit Name (Lookup on the Kit Worksheet)
Component Number
Component Name (Lookup on the Component Worksheet)
Number Of Components Required

Could it be the case that a 'Component' is made up of a number of other components.

Can you post some of your data using XL2BB.
 
Upvote 0
I'm a fan of as much normalization of your raw data as much as possible. So I suggest something like this:
Book1
ABC
1Kit IDComponentNbr Components
2RRA21
3RRA31
4RRA44
5RRA54
6RRA72
7FSA45
8FSA52
9FSA61
10QQA32
11QQA41
12QQA52
13QQA65
14KKA25
15KKA35
16KKA43
17KKA51
18KKA62
Sheet2
Thank you, but my question then would be how do you associate the components that are in the kit. As you can see below in my example the first kit has 4 components of various amounts and total of 155 kits sold per month. The second kit has a couple of different parts and 1 common one with 145 sold per month. I need to organize the data in a way that i can then convert to a pivot table.


KitComponentQuant of part in kitMonthly Kit usage
990011775000020171155
5000020162
5000020131
55000111
99011765151121282145
5151031161
5000020171
 
Upvote 0
For the purposes of purchasing do you not need a list of the components that you need to purchase from
each supplier and the quantity required?
 
Upvote 0
Thank you, but my question then would be how do you associate the components that are in the kit. As you can see below in my example the first kit has 4 components of various amounts and total of 155 kits sold per month. The second kit has a couple of different parts and 1 common one with 145 sold per month. I need to organize the data in a way that i can then convert to a pivot table.


KitComponentQuant of part in kitMonthly Kit usage
990011775000020171155
5000020162
5000020131
55000111
99011765151121282145
5151031161
5000020171

I'm not sure what the number of kits sold has to do with the "construction" of a kit, other than for your inventory needs.
But a multiplication factor sees to be an appropriate solution. As to how components are associated with a kit, I'm confused. I have them associated with the kit as column C matches to the kit name in column A.

I have shown how the data is pivot-able.

I'm not sure what you are asking for. Maybe you can mock up a desired pivot report that you need where the suggestion I made fails in your objective?
 
Upvote 0
Thank you, but my question then would be how do you associate the components that are in the kit. As you can see below in my example the first kit has 4 components of various amounts and total of 155 kits sold per month. The second kit has a couple of different parts and 1 common one with 145 sold per month. I need to organize the data in a way that i can then convert to a pivot table.


KitComponentQuant of part in kitMonthly Kit usage
990011775000020171155
5000020162
5000020131
55000111
99011765151121282145
5151031161
5000020171



Your data is structured exactly as my suggestion except you do not carry the kit ID down. That is not a data structure you can build pivot tables upon.
Similarly, the quantity sold cannot be conflated with the construction of a kit. You seem to be mixing sales tracking and kit construction which are definitely related but should not be in the same flat table. But, if you did want to insist on sales being part of this data, then you should carry the Monthly kit usage down for each kit and compoenet as I did the KIT ID.


Book1
ABCDEFGHIJKL
22KitComponentQuant of part in kitMonthly Kit usageSum of Quant of part in kit
239900117750000201711555500011500002013500002016500002017515103116515112128
249900117750000201629901176000112
2599001177500002013199001177112100
269900117755000111
2799011765151121282145
2899011765151031161
2999011765000020171
Sheet2
 
Upvote 0
For the purposes of purchasing do you not need a list of the components that you need to purchase from
each supplier and the quantity required?


hello, that is what i'm trying to do with this list. The customer gave us a list of kits, the components that go in them, how many of each component and how many they will be buying each month. I'm trying to create a pivot table to see how many of each component we will need to purchase to cover all the kits. Some kits use the same components as others and some components are used in only 1 kit. Once I know the totals I can then work on getting quotes from the vendors along with min buy quantities and or price breaks.
 
Upvote 0
try this:

Mr excel questions 42.xlsm
ABCD
20DATA!
21Kit Components
22KitComponentQuant of part in kit
23990011775000020171
24990011775000020162
25990011775000020131
269900117755000111
2799011765151121282
2899011765151031161
2999011765000020171
30
31DATA!
32Order Volume
33KitOrders
3499001177155
359901176145
36
37Report Data:
38KitComponentQuant of part in kitComponents Needed
39990011775000020171155
40990011775000020162310
41990011775000020131155
429900117755000111155
4399011765151121282290
4499011765151031161145
4599011765000020171145
46
47Pivot
48
49Row LabelsSum of Components Needed
505500011155
51500002013155
52500002016310
53500002017300
54515103116145
55515112128290
DocRogers
Cell Formulas
RangeFormula
D39:D45D39=XLOOKUP(A39,$A$34:$A$35,$B$34:$B$35)*C39


This can be written more concisely with 365 or 2021.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,859
Members
449,194
Latest member
HellScout

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