Column row

smokenack

Active Member
Joined
Dec 12, 2003
Messages
351
Hi, I just want to write a formula so that cell A1 will show as text AA, cell B1 will show AB etc.

I thought something like = "A" + COLUMN() but obviously this doesnt work or I wouldnt be asking.

I haven't used excel for a while now, thanks for your help

Nick
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Try

="A"&MID(CELL("Address",A1),LEN(CELL("Address",A1))-2,1)

Not sure why your getting false for the first formula.
 
Upvote 0

Forum statistics

Threads
1,224,531
Messages
6,179,379
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top