A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Column



 
 
Thread Tools Display Modes
  #1  
Old December 17th, 2009, 04:12 PM posted to microsoft.public.excel.worksheet.functions
Alan
external usenet poster
 
Posts: 459
Default Column

Apologies if there is a really obvious answer to this but it is driving me
mad! When you use the column() function you get the number of the column
(i.e. column (E) = 5; is there a way I can get the actual column (i.e. 'E')?

Many thanks,

Alan.
  #2  
Old December 17th, 2009, 04:44 PM posted to microsoft.public.excel.worksheet.functions
ryguy7272
external usenet poster
 
Posts: 1,593
Default Column

Try this in Cell E1:
=LEFT(ADDRESS(1,COLUMN(),4),1)



--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Alan" wrote:

Apologies if there is a really obvious answer to this but it is driving me
mad! When you use the column() function you get the number of the column
(i.e. column (E) = 5; is there a way I can get the actual column (i.e. 'E')?

Many thanks,

Alan.

  #3  
Old December 17th, 2009, 04:46 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Column

Try
=SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1",)

--
Jacob


"Alan" wrote:

Apologies if there is a really obvious answer to this but it is driving me
mad! When you use the column() function you get the number of the column
(i.e. column (E) = 5; is there a way I can get the actual column (i.e. 'E')?

Many thanks,

Alan.

  #4  
Old December 17th, 2009, 04:55 PM posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
external usenet poster
 
Posts: 4,085
Default Column

Hope someone give you a shorter formula but her is my offering
=MID(ADDRESS(ROW(),COLUMN(),2),1,FIND("$",ADDRESS( ROW(),COLUMN(),2))-1)
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme
Microsoft Excel MVP

"Alan" wrote in message
...
Apologies if there is a really obvious answer to this but it is driving me
mad! When you use the column() function you get the number of the column
(i.e. column (E) = 5; is there a way I can get the actual column (i.e.
'E')?

Many thanks,

Alan.


  #5  
Old December 17th, 2009, 06:17 PM posted to microsoft.public.excel.worksheet.functions
Teethless mama
external usenet poster
 
Posts: 3,722
Default Column

This formula will work from A-Z

=CHAR(64+COLUMN())


"Alan" wrote:

Apologies if there is a really obvious answer to this but it is driving me
mad! When you use the column() function you get the number of the column
(i.e. column (E) = 5; is there a way I can get the actual column (i.e. 'E')?

Many thanks,

Alan.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.