Row equal to other row

mtordin

New Member
Joined
Mar 27, 2017
Messages
5
I have a row in excel that has different names of people and another row next to it full of numbers from 1-2187. I want to make it so that when I type in a persons name, the number in the column next to the persons name comes out. Any help is greatly appreciated! Thanks.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
rows are the numbers 1 to xxxx down the left hand side
columns are letters across the top
a little confused on your question

in Column A running top to bottom you have a list of names
in Column B running top to bottom you have a list of numbers

where are you typing the name

lets assume its in column C row 1
now in Column D row 1 type

=Vlookup(C1, A:B, 2 , false)
now the number will appear for that name
or
=index(B:B, Match(C1, A:A, 0))
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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