Hi,
I'm working on a formula that will pull names from a sheet into a list (see below). The sheet I'm pulling from sometimes has multiple names in one cell and also repeats names. I am trying to list each unique name just once. I've been trying the following, but it's pulling multiple names into one row on my list if they are in a shared cell on my sheet (if that makes sense).
=INDEX(DISTINCT({Copy of Management Action Plans Range 2}), 1)
Sheet:
List:
Is there a way to do this or do I need to reformat my sheet?