Populate table with respect to another table

Exceltung

New Member
Joined
May 29, 2019
Messages
16
Hi

Excel 2016 (Windows) 32 bit
A
B
C
D
E
F
1
Table 1​
2
Place/Week
1
2
3
4
5
3
A
1​
2​
ZZ​
ZZ​
4
B
1​
4​
3​
5
6
Table 2​
7
Place/Week
1
2
Z
4
5
8
A​
1​
2​
ZZ​
ZZ​
9
A​
1​
2​
ZZ​
ZZ​
10
B​
1​
4​
3​
11
B​
1​
4​
3​
Sheet: Sheet1


As shown above, I need to create Table 2 with data from Table 1.
The first column of Table 2 takes reference from the first column of Table 1.
What is the best method to create Table 2?
Thanks in advance.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
try
=INDEX(C$4:C$6,MATCH($B9,$B$4:$B$6,0))
Book2
ABCDEFG
1BCDEF
2A
31Table 1
42Place/Week12345
53A12ZZZZ
64B143
75
86Table 2
97Place/Week12345
108A12ZZZZ 
119A12ZZZZ 
1210B 14 3
1311B 14 3
14Sheet: Sheet1
Sheet1
Cell Formulas
RangeFormula
C9:G13C9=INDEX(C$4:C$6,MATCH($B9,$B$4:$B$6,0))
 
Upvote 0

Forum statistics

Threads
1,215,323
Messages
6,124,246
Members
449,149
Latest member
mwdbActuary

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