Need Assistance in Formulae

I have 2 tables as below, I need assistance in populating column Notification
Table 1
Table 2 :
Ask :
Based on the Title of the task, I want to pull all the users associated with it.
I was able to perform for one title value with Join and Collect. I need assistance modifying the logic so that if the title contains 2 values, I want to pull all the users from 2 tables associated with the title.
For eg
In row 2 of table 1, contains 2 titles Software Engineer and QA Tester then from the second sheet I want to pull all the users that are associated with the titles
Best Answer
-
This is not possible. So I had to change my process
Answers
-
=JOIN(COLLECT( {User Email}, {Company}, Company@row,Β {Title}, Title@row),Β ", ")
Translates to something like:
=Join(Collect( {Columns you want to join}, {Criteria Column/Range 1}, Criteria1@Row, {Criteria Column/Range 2}, Criteria2@Row, "Delimeter")
...
-
@heyjay Thank you for your response. Will this apply when there are 2 titles, because I'm getting a blank result set when there are 2 values in the cell.
-
This is not possible. So I had to change my process
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!