What i want to do is compare each number in the list to each other and count the numbers that are within say 5 of each other. The numbers are listed in different columns (35 total). Heres a better example.
232 I 230 I 120 I 12 I 23 I 27 I 21 ----- Result would be 4
because 23 27 and 21 are within 5 of each other and 232 and 230 are within 5 of each other.
Thanks
Praxden
232 I 230 I 120 I 12 I 23 I 27 I 21 ----- Result would be 4
because 23 27 and 21 are within 5 of each other and 232 and 230 are within 5 of each other.
Thanks
Praxden