G
Glenn
I have a column of numbers. Some numbers may appear in the column more than
one time. I need to find out the numbers that appear only one time.
For instance the column looks like this:
32
47
15
92
32
15
92
I need to find out that 47 is only used once. How can I do this?
Thanks.
one time. I need to find out the numbers that appear only one time.
For instance the column looks like this:
32
47
15
92
32
15
92
I need to find out that 47 is only used once. How can I do this?
Thanks.