Index/Match Results Return only matching first entry on list
I"m using Index match to return a contact based on the department entered in another cell. The department entries are copied from the drop down list in the other sheet so they should be exact matches. For some reason it's only returning a value for the first entry on the list, but the others give a "no match" error.
This is the formula I use: =INDEX({Department Contact List Range 1}, MATCH([Component or Support Department]@row, {Department Contact List Range 2}), 0)
screenshots attached below:
Best Answer
-
Move the second to last closing parenthesis to the very end.
You have:
), 0)
Try instead:
, 0))
Answers
-
Move the second to last closing parenthesis to the very end.
You have:
), 0)
Try instead:
, 0))
-
That worked! How embarrassing! thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!