Forum Discussion
7brownjack
Jan 12, 2019Copper Contributor
Tallying a column of random numbers
Hi, I have a long column of random numbers from 1-126. Most of those numbers occur multiple times. Some don’t occur at all. I don’t know which. Is there a quick way of tallying up how many times ea...
SergeiBaklan
Jan 13, 2019Diamond Contributor
Perhaps build helper range with numbers from 1 to 126 and COUNTIF your range on it.
Pivot Table even faster, but it won't show missed numbers.