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
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
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.
Hi JieJenn, thanks it works
Last edited by arekkusu03; 09-05-2012 at 01:41 AM.
But why would you put cell reference inside column function though? The other way to do is using VBA.
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
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.
Thank you both, Vlady and Wills79, great solution, saved me hours!
Last edited by gothic chicken; 11-06-2019 at 12:05 AM.
There is always a better way.
Vladimir, thanks very much. This was helpful for me. I needed to column letters for documenting a very large spreadsheet
the formula =CHAR(COLUMN()+96) only works thru z
is there a formula than works 2+ column letters
Thanks Carroll
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks