Column Labels

  • Thread starter Thread starter stiles
  • Start date Start date
S

stiles

Anyone know what formula i can use to obtain just the
letter part of the column label into a cell? For example,
what formula would i write, if i was in cell AB13 to get
the result "AB" in the cell?

Thanks.
 
One way:

=LEFT(SUBSTITUTE(CELL("address",AB13),"$",""),(COLUMN()>26)+1)
 

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

Back
Top