Can you do a VLookup to a column that has multiple entries
I am executing a Vlookup to look for a single name in a cell that may have multiple names. I am getting a No Match error, even if I am specifying - not an exact match I have tried both True and False and with multiple values in a cell I cannot ensure an ascending order.
=VLOOKUP(Approver@row, {Community Metrics}, 2, true)
Answers
-
The Approver name is being looked up in the first column of the reference Data "Community Metrics" and that column can have 1 or more names.
-
is there a limit to the number of names that will appear in a cell? Are they delimited? If there is a maximum number of names, and you have a delimiter, you could use a bunch of FIND formulas to parse the field into columns, and then search the columns using MATCH and INDEX.
-
@James Keuning ah thank you!
-
You know what, I might be leading you in the wrong direction. Have you tried HAS instead of FIND?
-
I has not but will! LOL Thank you!
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!