Hello,
I’m having trouble with an INDEX/MATCH
formula that's intended to pull data from Sheet A (Zoho) into Sheet B (Hub) based on matching email addresses.
Here's the formula I’m currently using in Sheet B:
excelCopyEdit=INDEX({Zoho Report Range 2}, MATCH([PERSONAL EMAIL]@row , {Zoho Report Range 3}, 0))
However, the result is either #NO MATCH
or the cell remains blank.
My goal is to match the personal email in Sheet B to the email column in Sheet A (Zoho Report Range 3) and then return the corresponding value from Zoho Report Range 2.
Can you help identify what I might be missing or doing incorrectly?