Single solution instead of Multiple Vlookup

nbkjytr

New Member
Joined
Dec 11, 2021
Messages
18
Office Version
  1. 2013
Platform
  1. Windows
Hello Everyone,

I work on a report where I have take certain set of data from different excel file for this I use Vlookup. All the information are available in the same excel file but for every column to get the desired outcome i have write down the whole Vlookup formula on every column. Just want to know if we have any shortcut for Vlookup where i can write the formula just once and get the outcome in multiple columns.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
It would help if you could give us a small set of dummy sample data and the expected results with XL2BB
 
Upvote 0
Sample dataset?
Attached is the screenshot, I need to Vlookup the data from Excel 1 to Excel 2, and for every column currently I have to write the whole Vlookup formuale in all the cells and then drag it down to the last data set. Need a solution where i dont have to type the formula again and again.
 

Attachments

  • Vlookup.png
    Vlookup.png
    109.7 KB · Views: 10
Upvote 0
Try enter this is K3 and autofill down
Excel Formula:
=INDEX(B:H,MATCH(J3,A:A,0),0)
 
Last edited:
Upvote 0
For the layout in that image, try this in cell K3 and copy across and down.

Excel Formula:
=INDEX(B$3:B$100,MATCH($J3,$A$3:$A$100,0))
 
Upvote 0

Forum statistics

Threads
1,215,694
Messages
6,126,252
Members
449,305
Latest member
Dalyb2

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