convert column number to letter(s)

G

Guest

how can I convert a column number into its corresponding aphabetic letter or letters? For example cell A1 contains the number 5, I want a formula in cell B1 that would give me the letter E. If I change A1 to 27, B1 would change to AA. I have used the CHOOSE function but it only goes up to AC (29 items). Thanks.
 
C

Chip Pearson

Scott,

Try the following formula

=LEFT(ADDRESS(1,A1,2),1+(A1>26))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



Scott said:
how can I convert a column number into its corresponding aphabetic letter
or letters? For example cell A1 contains the number 5, I want a formula in
cell B1 that would give me the letter E. If I change A1 to 27, B1 would
change to AA. I have used the CHOOSE function but it only goes up to AC (29
items). Thanks.
 

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