Vlookup and populating

VenkateshM75

New Member
Joined
Mar 9, 2012
Messages
1
Need your help in the following matter.

I have a master data excel workbook with 5000 records and 90 columns.

There is also another Reporting workbook where I need to populate information about 250 resources. This sheet has 25 columns out of which 20 columns are to be populated with values from the Master workbook, corresponding to the 250 names.

Currently I do a vlookup for each column and populate the reporting workbook.

Is there a easier mechanism?
Example.
Master (90 columns)
Emp Id Name DOJ Sal Address Phone Skill Skill2 Project ...
1 AA 12/12 200 221/B 12121 C D Proj1
2 ...
3... CC 11/11 .. Proj 2
3... CC 11/11 .. Proj 3
4500...

Report book (25 columns only for 250 employees of a group whose ids are known)
Emp id Name Project Skill Skill2 DOJ
1
2
4
7
...
250

Is it possible to parallelise vlookups based on id so that all other matching columns are populated at one instance instead of multiple vlookups?
Please help
Venkatesh
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Yes -by using match and index.

Perform match once and then drive the population of values using index and the match result (for all columns)
 
Upvote 0

Forum statistics

Threads
1,215,767
Messages
6,126,777
Members
449,336
Latest member
p17tootie

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