Vlookup with multiple output needed

aldea187

New Member
Joined
Apr 4, 2014
Messages
42
Hello Everyone. I feel I am over thinking this, but I hope someone can help.

I have a list of items I am looking up to have an output. The issue is I need multiple values across the table. When i drag the working vlookup string right, it changes the lookup value to the next column over and doesnt step up the col_index_#. I am hoping to not do a bunch of manual overrides to get it to work. Below is an example of what i want without typing it all in. There is alot of data to find and pull out specific items that will be used over and over again.

Thanks in advance

Lookup ValueItem 1Item 2Item 3Item 4Item 5Item 6
1234=vlookup(A2, Table1,2,False)=vlookup(A2, Table1,3,False)=vlookup(A2, Table1,4,False)=vlookup(A2, Table1,5,False)=vlookup(A2, Table1,6,False)=vlookup(A2, Table1,7,False)
2345=vlookup(A3, Table1,2,False)labEMEA7601Win7USA
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Best guess based on the example.
Excel Formula:
=VLOOKUP($A2,Table1,COLUMNS($A2:B2),0)
 
Upvote 0
Ok. I
Did you try the suggested formula?
Yes. It didnt work for what i wanted. I found a work around that works with little effort but was getting to deep.

Can use $A2 and drag that down. :rolleyes: . Didnt think about this but it works. So i make one row of equations work and drop down to bottom. Thanks for your help.
 
Upvote 0

Forum statistics

Threads
1,215,002
Messages
6,122,652
Members
449,092
Latest member
peppernaut

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