Hi everyone-
I am not sure if this is possible. I am trying to figure out a way to pull in a date of a course completion based on identifying the employee, the course they took, and the date of completion of said course.
My source data sheet has this info with example data
Course Code Employee ID Date of Completion
"course 1" 12345 3/22/22
"course 1" 67890 3/22/22
"course 2" 12345 3/21/22
"course 3" 55555 3/21/22
My target sheet is setup with the following columns:
Employee ID Course 1 Course 2 Course 3 Course 4 Course 5
I want to be able to identify the date of completion from the source sheet and populate it under the right column that matches the appropriate course from the master list. The source data sheet will be updated regularly with new completions.
Is this possible even? Thank you!