Hello,
I'm trying to see if I can extract a location's email address into a multi contact column but I seem to be hitting a bit of a wall when someone selects two or more entries in their location. The contact emails are listed on a separate sheet but both sheets share the same location naming.
=JOIN(COLLECT({Location Email}, {Location}, CONTAINS(Location@row, @cell)), CHAR(10))
The formula works when there is an individual location added to the location column in the sheet I'm working with but as soon as you select a second location, I get a blank.
Anyone have any thoughts?