Hello,
I need to fix my formula to copy an employee's email based on their Employee ID numbers matching. I have one sheet where the emails are stored I am abbreviating it as FN in the formula. and EID is employee ID. When I enter this I receive the "INVALID REF" error.
=INDEX({Personal Email FN}, MATCH([Employee ID]@row, {FN-EID}), 0)
I want to do this so I do not have to manually search and enter over 200 emails from one form to another.