I have used the index/match formula successfully , but in my current project, for some reason it isn't working.
I have my two sheets (Open Adp) and (A/N Referrals).
In Open Adp, there is a Case ID and then a person's name associated with that ID.
I'm trying to have the person's name from Open Adp sheet be pulled over into my A/N Referrals sheet using a Case ID as a match. The Case ID is a distinct number in the Open Adp and in the A/N Referrals sheets.
Also, there can be more than one name match (though typically no more than 3) for a Case ID.
The formula I'm using is:
=INDEX({Open Adp Range 1}, [Case ID]@row , {Open Adp Range 2})
I've gone through multiple processes and get different errors from "No Match" to "Invalid Data Type". And when I did manage to get it to return any data, it returned the same name over and over despite the Case IDs being different. I tried unsuccessfully to use the Collect function.
My columns match in terms of Properties. I've tried changing the Case ID to ensure they are numbers and then tried ensuring they are all text on both sheets. I can't find any difference between properties of the given columns.
I'd appreciate any help!!