T
Tiziano
I have this long list of bin locations and want to find out where the gaps
are (i.e. bin locations that are not on the list).
Our six-character bin location codes are made up as follows:
* Sector (ex.: A), range is A-H
* Sub-sector (ex.: 1), range is 1-3
* A dash "-"
* Column Number (ex.: 01), range is 01-25
* Row Code (ex.: A), range is A-I
So, a complete bin location code would look like this: A1-01A, or C3-12E.
I want to check for gaps based on the very last character of the bin
location code, i.e. the Row Code, within the above-mentioned parameters.
For example, if the list had B1-01C and B1-01E but not B1-01D, then I would
need to know that there is no "B1-01D". I need to be able to sort the
results, so a complete list of six-character bin location codes missing is
probably the best thing.
I don't know if what I am asking is possible... Thanks for your
suggestions.
are (i.e. bin locations that are not on the list).
Our six-character bin location codes are made up as follows:
* Sector (ex.: A), range is A-H
* Sub-sector (ex.: 1), range is 1-3
* A dash "-"
* Column Number (ex.: 01), range is 01-25
* Row Code (ex.: A), range is A-I
So, a complete bin location code would look like this: A1-01A, or C3-12E.
I want to check for gaps based on the very last character of the bin
location code, i.e. the Row Code, within the above-mentioned parameters.
For example, if the list had B1-01C and B1-01E but not B1-01D, then I would
need to know that there is no "B1-01D". I need to be able to sort the
results, so a complete list of six-character bin location codes missing is
probably the best thing.
I don't know if what I am asking is possible... Thanks for your
suggestions.