Index Match Copy email matching employee IDs
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.
Answers
-
Try moving the ,0 to inside the MATCH function instead of having it in the INDEX function:
=INDEX({Personal Email FN}, MATCH([Employee ID]@row, {FN-EID}, 0))
If this hasn't helped the Invalid Reference error means that there's something going on with your two references:
{Personal Email FN}
{FN-EID}
Check to make sure you've selected the correct range for each of these cross-sheet references.
If you can confirm that they're looking at the right columns, then see if either of these columns house a cell that has a formula error. (Formula errors can act a bit like dominoes, so if {FN-EID} has one cell with a formula error, it's possible that this is being surfaced in this other formula as well).
Let me know if any of this helped!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!