Search one column to return item from another column but in the same row

joshscott12

New Member
Joined
Dec 4, 2014
Messages
2
Excel novice here, but I'll try to explain what I'm trying to do as clearly as possible.

I have two columns of information, and I want to create a cell that will allow me to search the first column and then return the element that is in the next column, but in the same row.

To explain further: the first column is a list of abbreviations and the second is the list of items that those abbreviations stand for. I want to be able to type the abbreviation in a seperate cell on the page that will then search through the list of abbreviations and have excel return (in another cell, of course) the full name from the second column.

Example: If "CAP" is in A23, I want to be able to search "CAP" (in some arbitrary cell on the page) and have the full name return from cell B23, since the abbreviation is right next to the full name.

I hope that makes sense, but I'll gladly try to explain further if it doesn't.

Thanks in advance for the help!
 

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).
Welcome to the board!

I think a VLOOKUP will be your friend. And to my mind the single most important Excel Function!


Excel 2010
AB
1AbbreviationFull
2AAdam
3BDennise
4CCharlie
5DDawn
6EEdgar
7
8EntryReturn
9CCharlie
Sheet1
Cell Formulas
RangeFormula
B9=VLOOKUP(A9, $A$2:$B$6, 2, FALSE)


Hope that helps.

/AJ
 
Upvote 0

Forum statistics

Threads
1,214,667
Messages
6,120,815
Members
448,990
Latest member
rohitsomani

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