Grouping Data

chini2105

New Member
Joined
Mar 10, 2016
Messages
11
Hello,

Thank you for tacking your time to help me out.

I have in one sheet a list of hardware (Bolts, washers, Nuts, Rods, etc.) and I want to make kits in other sheet.

For example:

I have in one sheet 10 1" x 2 1/1" Bolt, 10 1"Flat Wahers & 10 1"Nut and I want to chane it to 10 1" x 2 1/1" Bolt, (1) flat washer, (1) Nut.
The (1) indicates that is only one per bolt. If there where 10 bolts, 20 washers and 20 Nuts they would have (2).

In the list there could be different bolts (Diam and/or length)

Here are 2 images of I want to do:

INPUT
https://dl.dropboxusercontent.com/u/25668172/Kit.JPG

RESULT
https://dl.dropboxusercontent.com/u/25668172/EMR.JPG

Thank you in advance!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
I have in one sheet 10 1" x 2 1/1" Bolt, 10 1"Flat Wahers & 10 1"Nut and I want to chane it to 10 1" x 2 1/1" Bolt, (1) flat washer, (1) Nut.
The (1) indicates that is only one per bolt. If there where 10 bolts, 20 washers and 20 Nuts they would have (2).
col Fcol Hcol J
row 1010bolt10washers10nuts
10bolt1washers1nuts
#####
the 1 above #### obtained by
=$F$10/H10

<colgroup><col span="16"></colgroup><tbody>
</tbody>
 
Upvote 0
Thank you for your response but I was looking to automate this with VBA because is a really long list.

Thanks again :)
 
Upvote 0
a macro would include cells(10,6)/cells(10,8)

a j=1 to 100000 loop would set row number for each of the 2 calculations.....
 
Upvote 0

Forum statistics

Threads
1,215,777
Messages
6,126,838
Members
449,343
Latest member
DEWS2031

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