INDEX/MATCH is not pulling one value
Hello,
I'm completely stumped by this. I have a column formula in Column A in Sheet X with INDEX AND MATCH. It is pulling every value from Sheet Y perfectly fine except for one:
I've double checked on both Sheet X and Sheet Y that there are no extra spaces or other weirdness in the company name on either sheet. They match exactly. I also deleted from and reinserted the row into Sheet Y. I changed from column formula back to cell formula and back again. And now I'm at the end of troubleshooting ideas. Does anyone have any idea what might be happening here?
Thank you!
Answers
-
Can you share the formula you're using for INDEX/MATCH?
Sincerely,
Jacob Stey
-
Thanks Jacob!
=INDEX({ValueColumnSheetY}, MATCH(NameSheetX@row, {NameColumnSheetY}, 0))
-
Try changing the company name to "test" on both sheets, and see if that pulls the required data.
If so, it may be an issue with the name formatting of the company. Are we able to see what the company name is on both sheets?
Sincerely,
Jacob Stey
-
I had deleted the name and retyped it--the one obvious test I didn't do. Yes, TEST works and that means it has to be something with the company name. I'm not sure how since it's four words (unfortunately I can't share) and I have names much longer than that that are pulling. I tried deleting the row and creating a new one, but that's not it. I just tried to put the initials instead of the name, and that's working, so I'll just make a row comment. Is there a resource about common text encoding errors?
Thank you!
-
No worries. You can also try INDEX/COLLECT -- this might fix the issue with a direct MATCH function
=IFERROR(INDEX(COLLECT({ValueColumnSheetY}, {NameColumnSheetY}, CONTAINS(@cell, NameSheetX@row), 1), "No Match Found")
Sincerely,
Jacob Stey
-
Appreciate the help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!