I have excel sheet with list of phone numbers within 1 column in a given series range. The objective is to identify and rank the numbers relative to frequency of occurence of consecutive digits. Any of the digits; 0,1,2,3,4,5,6,7,8,9 should be evaluated irrespective of position. Where multiple digit share the max frequency of consecutive occurenes, all digits with consequtive occurences are listed separated by commas and in order of their position from left to right.Where no consecutive numbers are identified, shoud return NULL. Anyone has an idea of how to achieve this?