I would like to compare a column of numbers and count the onces that are within X number of numbers from each other
example
12
3
26
11
76
42
If X = 1 then the list above would return the value 1. Since only 11 and 12 are within one number of each other.
Thanks
Praxden
example
12
3
26
11
76
42
If X = 1 then the list above would return the value 1. Since only 11 and 12 are within one number of each other.
Thanks
Praxden