VLOOKUP Predicament

schaferdd

New Member
Joined
Oct 17, 2013
Messages
37
In the main file I have employee ID and other fields in each respective column.
In the secondary file, I have dates for courses taken that I wish to pull across using VLookup, but the multiple entries for the employee names are reflected in separate rows rather than columns.

Example (In Secondary File)
Jane Smith with Date 1 in column 2, row 1
Jane Smith with Date 2 in column 2, row 2
Jane Smith with Date 3 in column 2, row 3

How can I setup the secondary file such that the multiple dates change to column entries to facilitate a Vlookup back to the main file?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
I realize now that in my initial post I probably did not explain very clearly. Below illustrates what I am attempting to do in order to then perform VLookUp. Any advice would be greatly appreciated.

CURRENT
Employee IDCourse Date
45104/06/11
45107/10/13
45107/22/17
DESIRED
Employee IDCourse DateCourse DateCourse Date
45104/06/1107/10/1307/22/17

<colgroup><col><col span="3"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,601
Members
449,109
Latest member
Sebas8956

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