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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!