Guest_imported
New member
- Jan 1, 1970
- 0
How can I generate an incrementing alphanumeric value using this formula :
for example AAA01 is incrementing and reaches AAA99 the next value when AAA99 is incremented should be AAB01 and not AAA100. So the values that will be generated will be like this
AAA01 to AAA99
AAB01 to AAB99
and so on until it reaches AAZ99
for example AAA01 is incrementing and reaches AAA99 the next value when AAA99 is incremented should be AAB01 and not AAA100. So the values that will be generated will be like this
AAA01 to AAA99
AAB01 to AAB99
and so on until it reaches AAZ99