How to get the alphabetical reference of a cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am a newbie to excel/macro development.

I wanted to know how to get the alphabetical reference of a column based on
a cell. For example, the formula =Column(C2) gives me the value of 3. But i
need to get 'C' instead of 3. May I know how to go about getting 'C' using an
excel formula?

Thanks
 
The CHAR function would only return a single character - okay if you
are only using columns A to Z. Dave's formula returns "AA" when copied
from C2 into AA2 - thanks for this, Dave.

Pete
 

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