Hello all,
How do I properly increment (counting) a number using the alphabet? For example,
a + 1 = b
b + 1 = c
......
z + 1 = aa
aa + 1 = ab
.......
Any help is greatly appreciated.