Creating A Unique List of Values From A Table
I have a table in C3:V344. Is there a way to create a list of unique values
in the table. For example if my table was like this:
a d w
c v a
c h c
I would like to create a list like this:
a
c
d
h
v
w
Thank you in advance.
|