Hi all,
I have a change log where the "Assigned To" column has multiple assignees - I have another column where I would like to return the department(s) of the assignees, which is pulled from another sheet.
However, when I use the following formula, it returns a blank result when I put two people in the "Assigned To" column:
=JOIN(COLLECT({Clubhouse Team Members Department}, {Clubhouse Team Members Names}, HAS(@cell, [Assigned To]@row)), ",")
When I only have one person in the "Assigned To" column, the correct result is returned.
The main sheet:
And the sheet with the team members and department names: