Index Match Formula Not Working
I have a customer ID table (sheet 1) with two columns, Customer ID and Customer Full Name. On a separate sheet (sheet 2), we have entered customer projects using the same column, "Customer ID". To prevent double entering and typos, I have a column on sheet 2 I have a column for the customer's full name and I use an index match formula. It works for 3 of the customers, but the other 7 values either come up as #no match or the wrong customer name, despite it being correct on sheet 1.
This is the formula I am using: =INDEX({Full Name}, MATCH([Customer ID]@row, {Customer ID}))
Can someone help me figure out why the formula works sometimes but not always?
Best Answer
-
Give this a try:
=IFERROR(INDEX({Full Name}, MATCH([Customer ID]@row, {Customer ID}, 0)), "")
Answers
-
Give this a try:
=IFERROR(INDEX({Full Name}, MATCH([Customer ID]@row, {Customer ID}, 0)), "")
-
@Carson Penticuff That worked perfectly, thank you so much!
-
Glad to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!