I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a comma. I have a master sheet I can reference that has both the employee name and their associated territory. How would I write a formula to do so? I tried join collect, but it once an additional employee attendee is added, the formula doesn't work:
=JOIN(COLLECT({Master Sales and Marketing Employee List - Territo}, {Master Sales and Marketing Employee List - Full Na}, [Employee Attendee(s)]@row ))