TheFastGuy
New Member
- Joined
- Mar 19, 2021
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I have a sequence of extension numbers and I would like to find out the appropriate formula to identify the missing sequence. For instance, I have the following extension numbers sorted in ascending order, From this list, I can get the following extension numbers missing in sequence: 1001, 1002, 1003.....1006, 1008, 1009, 1018 and so on. Also, we can see that there's a gap in between 1010 and 10101 and I don't want to fill this huge gap by extending it to say 1011 and so on..... Also, from the above extension, I don't want 1, 2, 3, 4... as my extension number. It should start with highest extension number and try to determine any existing gaps between the numbers. What would be the best way for me to do this? Thanks in advance
1000
1007
1010
10101
10102
10103
10104
10105
10106
1011
1012
1013
1014
1015
1016
1017
1022
1023
1027
1029
1031
1033
1034
1038
1041
1044
1045
1046
1050
1000
1007
1010
10101
10102
10103
10104
10105
10106
1011
1012
1013
1014
1015
1016
1017
1022
1023
1027
1029
1031
1033
1034
1038
1041
1044
1045
1046
1050