Hey guys,
A little tougher questions then just finding missing number and then identifying them. I have a series of codes in a column like such...
4200-V-001
4200-V-002
4200-V-004
4200-V-005
4200-V-006
4200-V-007
4200-V-010
4200-V-011
This code has also been separated into other columns identifying Area (4200), Type (V) and Sequential Number (001).
I need a program that will go through the list, find the missing numbers (in this case 4200-V-003, 4200-V-008 and 4200-V-009) and put them into a new column. I need this so I can identify unused codes. Any ideas?
A little tougher questions then just finding missing number and then identifying them. I have a series of codes in a column like such...
4200-V-001
4200-V-002
4200-V-004
4200-V-005
4200-V-006
4200-V-007
4200-V-010
4200-V-011
This code has also been separated into other columns identifying Area (4200), Type (V) and Sequential Number (001).
I need a program that will go through the list, find the missing numbers (in this case 4200-V-003, 4200-V-008 and 4200-V-009) and put them into a new column. I need this so I can identify unused codes. Any ideas?