Find missing items in a list of element
Posted: 28 Nov 2020 02:20
Hello,
here I'm again to ask for your help about a problem that I wouldn't like to solve with many excel steps, but i'm too jackass to do by myself a correct script, I'm sure you be in my help
The problem in very easy, find missing elements in a list of number, for example in this list below number 000002, 000004 and 000005 are missing, but sometimes this list are not sorted and also often I dont know which is first and last list number, for example
Input file:
field1;field2;aaaammggXX19000003;text;data
field1;field2;aaaammggXX19000006;text;data
field1;field2;aaaammggXX19000001;text;data
Desired Result:
XX19000002
XX19000004
XX19000005
Position of numbers are always in same column 26,6
Thank you as always in advance
Dario
here I'm again to ask for your help about a problem that I wouldn't like to solve with many excel steps, but i'm too jackass to do by myself a correct script, I'm sure you be in my help
The problem in very easy, find missing elements in a list of number, for example in this list below number 000002, 000004 and 000005 are missing, but sometimes this list are not sorted and also often I dont know which is first and last list number, for example
Input file:
field1;field2;aaaammggXX19000003;text;data
field1;field2;aaaammggXX19000006;text;data
field1;field2;aaaammggXX19000001;text;data
Desired Result:
XX19000002
XX19000004
XX19000005
Position of numbers are always in same column 26,6
Thank you as always in advance
Dario