W
wabbleknee
I have a column of numbers in the range of 000 thru 999. I want to count
the number of occurrences that a number repeats. i.e. 1, 2, 3, 4, 3,
421, 421, 421. Expected output would be the number 3 would have a count of
2, 421 would be 3 etc. No need to count single occurrences. Tx
the number of occurrences that a number repeats. i.e. 1, 2, 3, 4, 3,
421, 421, 421. Expected output would be the number 3 would have a count of
2, 421 would be 3 etc. No need to count single occurrences. Tx