S
Steve
I have various numbers, from 1 to 399 in the f column.
There are mulit-incidences of the numbers,e.g. there may be 15 8's, 23 17's,
41 20's, etc.
I'd like a list to show each number, but only once. Like this
8
17
20
etc.
Basically find every unique number in the list, and place each number in a
different cell.
Thanks,
Steve
There are mulit-incidences of the numbers,e.g. there may be 15 8's, 23 17's,
41 20's, etc.
I'd like a list to show each number, but only once. Like this
8
17
20
etc.
Basically find every unique number in the list, and place each number in a
different cell.
Thanks,
Steve