Hello all,
I'm trying to make a column that automatically grabs the values from another column, makes sure they are unique, and then alphabetizes them.
Animal
<tbody>
Alpaca
Dog
Cat
Dog
Elephant
</tbody>
Should return
Alpaca
Cat
Dog
Elephant
This is the formula I'm using...