help need with multi select lookup: JOIN/COLLECT/HAS?
I am trying to look up the email addresses for employees where multiple employees are in a single cell. I use index matching for single employee names successfully, but am struggling with a multi select.
The employee column (Who are you appreciating?) is multi select. The standard index match processes a "#NO MATCH" when more than one name is in the column. My "try" using JOIN/COLLECT/HAS works with a single name, but returns a blank with multiple names.
=JOIN(COLLECT({Employee List Email}, {Employee List Name}, HAS(@cell, [Who are you appreciating?]@row)), ";")
I have a straight forward employee look up sheet.
Any advice is appreciated!
Katharine
Best Answer
-
Change the HAS function around:
=JOIN(COLLECT({Employee List Email}, {Employee List Name}, HAS([Who are you appreciating?]@row, @cell)), "; ")
Answers
-
Change the HAS function around:
=JOIN(COLLECT({Employee List Email}, {Employee List Name}, HAS([Who are you appreciating?]@row, @cell)), "; ")
-
Thank you @Leibel S
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!