I
ianripping
I need a function that will list all the different enteries in a list.
Eg
A
A
A
A
B
B
B
B
B
C
C
C
C
D
D
D
E
E
E
The function would look at the column, identify which values come up
and list them:-
A
B
C
D
E
F
Any idea?
Eg
A
A
A
A
B
B
B
B
B
C
C
C
C
D
D
D
E
E
E
The function would look at the column, identify which values come up
and list them:-
A
B
C
D
E
F
Any idea?