J jpx Oct 7, 2003 #1 Does anyone know hoe to convert numberts into the letters of the alphabet. Example 1=a 2=b 3=c ...
R Ron de Bruin Oct 7, 2003 #2 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)
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)