I am trying to use index match to pull a contact name from the last person who worked on the project.
This one works which is on the same page but I need a version from a different page
=INDEX([ASSIGNED ENGINEER]@row, MATCH([JOB NAME]@row, ""), MATCH([JOB NAME]@row, ""))
Im following the same rules index the Range of people and match the same Columns to pull any name that is there
=INDEX({APN/DFA COMPLETED Range 3}, MATCH({APN/DFA COMPLETED Range 2}, ""), MATCH({APN/DFA COMPLETED Range 2}), "")
I also tried this using the job name on the page im currently on
=INDEX({APN/DFA COMPLETED Range 3}, MATCH({APN/DFA COMPLETED Range 2}, ""), MATCH([JOB NAME]@row), ""))