Closed Thread
Results 1 to 11 of 11

How to return the column letter of cell reference

  1. #1
    Registered User
    Join Date
    09-03-2012
    Location
    Australia, Victoria
    MS-Off Ver
    Excel 2003
    Posts
    25

    Smile How to return the column letter of cell reference

    Hi guys,

    I was just wondering what formula to use to return the column letter of cell reference eg.

    A1 = A
    B1 = B
    C1 = C

    just like how the Row or Column formula shows the number of the row or column cell.

    Thank you

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: How to return the column letter of cell reference

    I might be wrong, but I don't think there is a formula for that. You can probably use a formula like =CHAR(COLUMN()+96) to get convert column number to letter.

  3. #3
    Registered User
    Join Date
    09-03-2012
    Location
    Australia, Victoria
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: How to return the column letter of cell reference

    Hi JieJenn, thanks it works
    Last edited by arekkusu03; 09-05-2012 at 01:41 AM.

  4. #4
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: How to return the column letter of cell reference

    But why would you put cell reference inside column function though? The other way to do is using VBA.

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: How to return the column letter of cell reference

    maybe also this one if your extending to AA, AB ......---> to end

    =LOWER(SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","")) - small letters

    or

    =SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","") - caps
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  6. #6
    Registered User
    Join Date
    06-29-2016
    Location
    Orlando, FL
    MS-Off Ver
    2010
    Posts
    1

    Re: How to return the column letter of cell reference

    I realize this thread is four years old, but wanted to post in case someone else came along after I me with the same question. vlady's suggestion worked best for me since JieJenn's formula only works up to column Z.

  7. #7
    Registered User
    Join Date
    04-06-2017
    Location
    Ireland
    MS-Off Ver
    8
    Posts
    1

    Re: How to return the column letter of cell reference

    Thank you both, Vlady and Wills79, great solution, saved me hours!

  8. #8
    Registered User
    Join Date
    04-03-2017
    Location
    Auckland, New Zealand
    MS-Off Ver
    2010
    Posts
    12

    Re: How to return the column letter of cell reference

    Quote Originally Posted by JieJenn View Post
    I might be wrong, but I don't think there is a formula for that. You can probably use a formula like =CHAR(COLUMN()+96) to get convert column number to letter.
    A perfect, simple answer to what I needed! [="Last TtC column: "&CHAR(MAX(A2:A10000)+65)]

    However, the OP mentioned getting the letter of a cell reference, so reversing that as =CHAR(CODE(a1)) will give that result (up to "Z" )

    Like this:
    ...A...B
    1 M1 M
    2 A1 A
    3 C7 C
    Last edited by gothic chicken; 11-06-2019 at 12:05 AM.
    There is always a better way.

  9. #9
    Registered User
    Join Date
    05-19-2020
    Location
    Oakland
    MS-Off Ver
    Home and Business 2019
    Posts
    4

    Re: How to return the column letter of cell reference

    Vladimir, thanks very much. This was helpful for me. I needed to column letters for documenting a very large spreadsheet

  10. #10
    Registered User
    Join Date
    09-10-2012
    Location
    texas usa
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: How to return the column letter of cell reference

    the formula =CHAR(COLUMN()+96) only works thru z
    is there a formula than works 2+ column letters
    Thanks Carroll

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,006

    Re: How to return the column letter of cell reference

    carollm. It is a forum rule that you start your OWN thread... and do not piggy back on other/ancient threads. Please start your OWN and supplement it with a sample sheet showing what you have and what you want.

    This thread is now closed.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1