If a column of values that could be several hundred lines long. I need a list of all unique values in the column.
Example
A
C
B
A
D
A
B
I want to see at list that is only one occurence of each:
A
B
C
D
They do not have to be sorted but would be nice.
I would like to do this without Vb code if possible?
Example
A
C
B
A
D
A
B
I want to see at list that is only one occurence of each:
A
B
C
D
They do not have to be sorted but would be nice.
I would like to do this without Vb code if possible?