I am trying to use sheet cross-reference formulas to pull data from one sheet to another. I have a "Roster" Sheet that lists the names of new employees who have many different job codes. I want to only pull the Last Names, First names of employees that have specific job titles.
How can I use the index match formula to pull this data? The way I have it currently set up it is only pulling the specific name of the cell/row that I choose.
The columns I am trying to populate are Last Name and First Name and the job codes I want it to search for are alpha/numerical values such as: 400018, ct9400018
This is how I have the formula now.
=INDEX({Roster Range 1}, MATCH({Roster Range 3}, {Roster Range 2}, 0))