Numbers to letters

  • Thread starter Thread starter jpx
  • Start date Start date
J

jpx

Does anyone know hoe to convert numberts into the letters of the
alphabet. Example 1=a 2=b 3=c ...
 
For the numbers 1 to 26 you can use something like this
With the number in A1 place this formula in a other cell

=CHAR(A1+64)
 
Back
Top