I am in need of some help with trying to use either the INDEX/COLLECT or VLOOKUP functions.
I have tried everything I can think of and nothing works. By employee number, I want to return their tenure. Both are contained in a reference sheet. Here is what I have tried.
=IFERROR(INDEX(COLLECT({Tenure }, {Employee Number}, [Employee Number]@row), 1), "Not Found")
=IFERROR(VLOOKUP([Employee Number]@row, {Tenure Lookup}, 2, False), “Not Found”)
Source Sheet:
Reference Sheet:
Thank you - Ron