How to Index Match
Hi there,
Please help, I am not great at formulas!
I have a source Employee file that has all the information I need.
I want to add information from the Employee Info sheet to a training register on a different sheet.
There are several column items I want to bring into my sheet e.g. ID number, Job Title, etc
https://us.v-cdn.net/6031209/uploads/VUXTZMOYK8XW/image.png
I have added a row with headers to reference in the formula.
I want to match the data between the two via the Smartsheet contact or "Consultant" name.
I have used the formula:
=INDEX({Employee Sheet Range 2}, MATCH(Consultant@row, {Employees Range 3}, 0), MATCH("ID No",{Employees Range 4}, 0))
Where Range 2 = all the selected columns e.g. ID, Job Title, Consultant
Where Range 3 = Employee Email/ Consultant column
Where Range 4 - Employee ID number column
When I pull through this it shows the ID number for the relevant person
However when I try to use the same formula in another column and change the Range 4 it changes the answer in the other column to the same value.
Anyone know how to resolve/ get this right?