Hi Community! Hoping one of you might know what I'm doing wrong here. I'm trying to bring data from my source sheet (a list of requests) into a target sheet (list of placements).
I've created a reference ID that exists in both sheets (KP Placement ID) that is an auto-generated number in the source sheet. It's manually entered in the target sheet. My hope is to use this reference ID to link the sheets so that I can bring other information from the source sheet into the target sheet. I started with the "School Contact" which is a text field, however EVERYTHING I TRY tells me "no match" - even though I can clearly see that there is a match. I've tried VLOOKUP, INDEXMATCH and INDEX COLLECT. Nothing works. Please help!
Formulas I’ve tried:
=VLOOKUP([KP Placement ID]@row, {2024 Placement Request Tracker Range 1}, 16, false)
=INDEX({School Contact}, MATCH([KP Placement ID]@row, {School Contact}, 0))
=INDEX(COLLECT({School Contact}, {2024 Placement Request Tracker Range 3}, [KP Placement ID]@row), 1) - results in "Invalid Ref"
I also tried using the Student Name as the identifier, after verifying that the name was spelled the same in both places.