write the name of the child

mgm90210M

Board Regular
Joined
Feb 14, 2013
Messages
92
this table is contain the data of every child
(with no formula inside that cell) :




cell a1highageiqgrate in historygrate in biologygrate in geography
tomes6877777698
stave74123654554
brus338145988732
dan7766656565

<tbody>
</tbody>


i need that when i write the name of the child in second table (in column a )all that data from the first table about that child will write in the second table , like this :


cell a7
tomer6877777698
dan7766656565

<tbody>
</tbody>




thanks
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
this table is contain the data of every child
(with no formula inside that cell) :




cell a1
high
age
iq
grate in history
grate in biology
grate in geography
tomes
6
8
77
77
76
98
stave
7
4
123
65
45
54
brus
3
38
145
98
87
32
dan
7
7
66
65
65
65

<tbody>
</tbody>


i need that when i write the name of the child in second table (in column a )all that data from the first table about that child will write in the second table , like this :


cell a7
tomer
6
8
77
77
76
98
dan
7
7
66
65
65
65

<tbody>
</tbody>




thanks

high
age
iq
grade in history
grade in biology
grade in geography
tomes
6
8
77
77
76
98
stave
7
4
123
65
45
54
brus
3
38
145
98
87
32
dan
7
7
66
65
65
65
tomes
6
8
77
77
76
98
dan
7
7
66
65
65
65

<tbody>
</tbody>

A1:G5 is the data with headers.

A7: tomes

B7, just enter, copy across, and down:

=INDEX($B$2:$G$5,MATCH($A7,$A$2:$A$5,0),COLUMNS($B7:B7))
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,384
Members
449,080
Latest member
Armadillos

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