Finding all instances associated with a multi item data cell
Hi,
I cannot seem to find an approach to search another sheet for an item in a column that has cells having multiple entries and then return the associated entry from another column. I tried combinations of (Join / distinct / collect) as well as (find / has) but no luck. In the image of the sheet I would like to enter the affected item and receive back all instances of the issue, any suggestions? (perhaps a search for CTNB01117 would be a good example). Thanks.
Best Answer
-
Try this:
=JOIN(COLLECT({Issue}, {Affected Item}, CONTAINS("CTNB01117", @cell)), ", ")
Answers
-
Try this:
=JOIN(COLLECT({Issue}, {Affected Item}, CONTAINS("CTNB01117", @cell)), ", ")
-
That was it - I was close but mixed up some commas and parenthesis. 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
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!