Hi,
If you want to pull out the unique names to a new column you can use this array formula, see below for how to enter it. ARRAY enter the formula in cell E2 and drag down
=IFERROR(INDEX($A$1:$A$20,MATCH(0,IF(ISBLANK($A$1:$A$20),"",COUNTIF(E$1:$E1,$A$1:$A$20)),0)),"")
Note if you put the formula into a different cell then the bold bit in the formula must refer to the cell above where you put it.
This is an array formula which must be entered by pressing CTRL+Shift+Enter
and not just Enter. If you do it correctly then Excel will put curly brackets
around the formula {}. You can't type these yourself. If you edit the formula
you must enter it again with CTRL+Shift+Enter.