Simple Lookup has me stumped

aplnub

New Member
Joined
Oct 26, 2008
Messages
12
I have columns of data. Each column has a title. A, B, C, etc. I want extract the corresponding row item from Column C. I have attached a link to a spreasheet setup to show what I am trying to do. It will clear up my inadequate description.

I was going to use HLookup but if I copy it down the page it doesn't work. I have to specify a specific row for it to pull from.

Any help would be great. This seems too easy for my monkey brain not to figure out and I am stumped.

https://www.dropbox.com/s/gx7sr5z74ab7rlo/Simple Lookup.xlsx?dl=0
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Or is this what you mean
=IFERROR(INDEX($H$6:$H$14,MATCH(LEFT(A6,LEN(A6)-1)*1,$F$6:$F$14,0)),"")
In B6 copied down
 
Upvote 0
Thank you for the responses. I have updated the spreadsheet and will give a little bit more detail. I want to pull data from the column stated in cell B5. I want to be able to change that to A, B, C, D, etc.
 
Upvote 0
How about
=INDEX($F$6:$I$15,ROW($A1),MATCH($B$5,$F$3:$I$3,0))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,790
Members
451,589
Latest member
Harold14

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