I am trying to join two data sources to essentially complete an "index match" as if it were excel. In one data source, I am matching "Mgr_EMPLID" to "EMPLID" in the other data source. My end goal is to input a column with the manager's position title, which does not explicitly exist in either file. I just have to use the list of employee IDs and position titles to make a match.
Please help! 183 of 8544 rows aren't pulling a match when they should be.