Trying to figure out the following formula but am having trouble getting it to work:
=JOIN(COLLECT({GHL Maintenance Range 1}, {GHL Maintenance Range 2}, CONTAINS([User Email]@row), ", "))
Basically trying to a join collect which is simple enough, but I want it to count if the user email is Contained in a cell where there are also multiple other contacts.
Appreciate any help!