from a list of 12,251 rows and 317 colomns select a list of 78 rows and 317 colomns

AmandaSS

Board Regular
Joined
Jan 7, 2014
Messages
133
Dear all,

I have a spread sheet with a list of 12,251 rows and 317 columns. Then I have another list of 78 rows and 2 columns.
The two lists have the first column in common, as below

table 1
heading 1heading 2heading 3heading 4
1.S3jk
2.D899N
3.V349HJ
...............
482.K07H
..............
2009.BN549
................
12,251.LO67P

<tbody>
</tbody>

table 2 (total of 78 rows)
heading 1
3.
482.
2009.
8220.
102928.

<tbody>
</tbody>

I need to create a new table (3) made of the 78 rows of table 2 and the corresponding 317 columns taken from table 1.

table 3
heading 1heading 2heading 3heading 4
3.V349HJ
482.
K07H
2009.BN549
102928.LO67P

<tbody>
</tbody>

Thanks for the help!
Amanda
 
Last edited:

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
give it a try


Book1
ABCDEFGHIJK
1table 1table 2table 3
2heading 1heading 2heading 3heading 4heading 1heading 1heading 2heading 3heading 4
31S3jk33V349HJ
42D899N482482K07H
53V349HJ20092009BN549
6...............8220102928LO67P
7482K07H102928
8..............
92009BN549
10................
11102928LO67P
Sheet1
Cell Formulas
RangeFormula
I3=INDEX($A$2:$D$11,MATCH($H3,$A$2:$A$11,0),MATCH(I$2,$A$2:$D$2,0))
 
Upvote 0

Forum statistics

Threads
1,213,483
Messages
6,113,919
Members
448,533
Latest member
thietbibeboiwasaco

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