I make two Letter Combination (a-z) in exel and CHAR 97-122 mean a-z:
To do it in the cells, put 97 in A1 and B1
In C1 put: =CHAR(A1)&CHAR(B1)
In A2 put =A1
In B2 put =B1+1
In C2 put =CHAR(A2)&CHAR(B2)
Fill down to row 26.
In A27 put =A1+1
In B27 put =B1
Fill down to row 676
Now I need make two leter kombinacion but where need was a-z or 0-9
for example:
A1 - 0a
A2 - 0b
......
A37 -00
A38 - 1a
....
A 1296 - 9z
how make it?
Sorry For Bad English...
Best Regards,
Tdtemo
To do it in the cells, put 97 in A1 and B1
In C1 put: =CHAR(A1)&CHAR(B1)
In A2 put =A1
In B2 put =B1+1
In C2 put =CHAR(A2)&CHAR(B2)
Fill down to row 26.
In A27 put =A1+1
In B27 put =B1
Fill down to row 676
Now I need make two leter kombinacion but where need was a-z or 0-9
for example:
A1 - 0a
A2 - 0b
......
A37 -00
A38 - 1a
....
A 1296 - 9z
how make it?
Sorry For Bad English...
Best Regards,
Tdtemo