Grouping BOM Components by Unique Column

ltkenbo

New Member
Joined
Sep 26, 2016
Messages
1
I'm looking for a way to group BOM components for an electronics BOM. Currently my program outputs a CSV table like this for example:

ComponentPart Number
C111111111
C211111111
R122222222
R222222222
R333333333
U144444444
U244444444

<tbody>
</tbody>


I would like the result to group components together by unique part numbers, like the following:

ComponentPart NumberQuantity
C1, C2111111112
R1, R2222222222
R3333333331
U1, U2444444442

<tbody>
</tbody>

What would be the easiest way to do this?
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi, welcome to the board :)

You could kinda do this with a quick Pivot Table...
A​
B​
C​
D​
E​
1​
ComponentPart NumberRow LabelsCount of Component
2​
C11111111111111111
2​
3​
C211111111C1
1​
4​
R122222222C2
1​
5​
R22222222222222222
2​
6​
R333333333R1
1​
7​
U144444444R2
1​
8​
U24444444433333333
1​
9​
R3
1​
10​
44444444
2​
11​
U1
1​
12​
U2
1​
13​
Grand Total
7​

Highlight the data
Insert Tab/Pivot Table
Put Part Number and then Components (in that order) in the Row labels window
Put Components in Values
 
Upvote 0

Forum statistics

Threads
1,216,101
Messages
6,128,845
Members
449,471
Latest member
lachbee

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