Convert ASCII to Text

C

chabuhi

I found the worksheet function that will give me the ascii code for
letter, but I can't seem to reverse the process in any way to get th
letter from the ascii code.

In other words, I can use


Code
-------------------
=CODE(A1
-------------------


to get the ASCII value for the letter in cell A1 (providing there'
just one letter in that cell). I can then basically subtract 64 to giv
me the base numerical value (1-26) of that letter.

Is there a formula for doing the opposite? So if the cell value is 20
then add 64 and give me the letter equivalent of ASCII value 84?

Thanks for any help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top