I have a multi-select contact list column for assigning tasks to team members. I want the contact(s) assigned in the child row(s) to roll up to a master set of contacts for the parent row(s). However, when I try =JOIN(CHILDREN(),", "), I end up with a list that has blank items separated by columns and duplicated names if the same person is assigned more to more than one child task. It doesn't maintain the contact list format, so the parent rows don't show properly in the dashboard task summary reports we use to show the various user's tasks across multiple sheets/projects.
Is there a way to write a parent row formula that will select items from the drop down? Or is there a way to assign contacts from a child row to a parent row with an automation that I'm missing?