I'm trying to write a formula that will calculate the mode (most frequently used #) in a data set for all 3-digit numbers. There are also 1- 2- and 4-digit numbers in the set. Here's an example below:
101
1235
100
759
101
2
1235
5
1235
In this case, the mode for 3-digit numbers would be 101, since it is the only 3-digit number that occurs more than once.
Any advice would be great. Thanks.
101
1235
100
759
101
2
1235
5
1235
In this case, the mode for 3-digit numbers would be 101, since it is the only 3-digit number that occurs more than once.
Any advice would be great. Thanks.