Hello,
I have a list of numbers, the list is not in order nor does the list always start with the same starting point. My need is to find the next logical number in the list (I've tried vlookup/max/index etc). The closest I got was a combination of max + 1 combined with vlookup. However, this applied the same next number to all blank cells when I'm wanting each new number to be added to the list before generating the next logical number.
Can anyone please give me some pointers? It would be greatly appreciated. A sample of the list is below.
I have a list of numbers, the list is not in order nor does the list always start with the same starting point. My need is to find the next logical number in the list (I've tried vlookup/max/index etc). The closest I got was a combination of max + 1 combined with vlookup. However, this applied the same next number to all blank cells when I'm wanting each new number to be added to the list before generating the next logical number.
Can anyone please give me some pointers? It would be greatly appreciated. A sample of the list is below.
Original List (must keep the alpha-numeric values in this list) | I can generate the new Alpha code using a LEFT formula from another column of data | I'd like to be able to get the next logical number for the blanks in this list. I'm happy to add the leading 00's in front of the real number and have tried value, max, vlookup but am stuck |
GAT | ||
GAT001 | GAT | 001 |
GLA001 | GLA | 001 |
BLI001 | BLI | 001 |
BLI002 | BLI | 002 |
BLI004 | BLI | 004 |
BLI003 | BLI | 003 |
BLI | ||
BLI005 | BLI | 005 |
BLI006 | BLI | 006 |
BLI | ||
BLI | ||
CON001 | CON | 001 |
CUR001 | CUR | 001 |
CUR |