V Look Up

NGO05

New Member
Joined
Oct 5, 2017
Messages
8
My question is pretty basic. How do I do a vloopup in any column. I only know how to do a vlookup when both spreadsheets have the first column the same and matches. I have seen people pull a vlookup without having the first column match. I usually cut and move the same columns in each spreadsheet to the front and then I do my vlookup.

Hopefully that makes sense!
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
You can start your vlookup table array in any column, it does not have to match the value you are looking and its column.

Can you post your formula, it might help to better understand what you are asking, or you data.

But vlookup can only look to the right of the 1st column, the lookup value column, it can not find something in a column and go to the left of it.
 
Upvote 0
Given A2:F10, you can have:

=VLOOKUP(X2,A2:F10,4,0)

which will match X2 against A2:A10 an if successful it will return a value from D2:D10.

=VLOOKUP(Y2,C2:F10,3,0)

will match Y2 against C2:C10 and if successful it will return a value from E2:E10.

=VLOOKUP(Z2,CHOOSE({1,2},D2:D10,A2:A10),2,0)

will match Z2 against D2:D10 and if successful it will return a value from A2:A10.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,262
Members
452,627
Latest member
KitkatToby

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