Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i'm in column A, i type this formula in a cell , cell("col") then it gives a
result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
here we go:
=CHAR(COLUMN()+64) greetings "EricBB" schreef in bericht ... i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(ADDRESS(ROW(),COLUMN(),4),LEN(ADDRESS(ROW(), COLUMN(),4))-
LEN(ROW())) hth Carlo On Nov 15, 4:26 pm, EricBB wrote: i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Unfortunately Frederiks Formula only works for the first 26 columns!
If you don't need more than that, it works perfect. Otherwise take my Formula. Cheers Carlo On Nov 15, 4:37 pm, "Frederik" wrote: here we go: =CHAR(COLUMN()+64) greetings "EricBB" schreef in ... i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB- Hide quoted text - - Show quoted text - |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LEFT(ADDRESS(1,COLUMN(),4,1),IF(COLUMN()<27,1,2))
Regards, Stefi €žEricBB€ť ezt Ă*rta: i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are absolutely right! Didn't think enough:-)
"carlo" schreef in bericht ... Unfortunately Frederiks Formula only works for the first 26 columns! If you don't need more than that, it works perfect. Otherwise take my Formula. Cheers Carlo On Nov 15, 4:37 pm, "Frederik" wrote: here we go: =CHAR(COLUMN()+64) greetings "EricBB" schreef in ... i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB- Hide quoted text - - Show quoted text - |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
@Stefi...Thanks for the shorter version Stefi, didn't came to my mind.
@EricBB...go with Stefis version. @frederik....i know...i always had that problem with columns :D Cheers Carlo On Nov 15, 4:45 pm, Stefi wrote: =LEFT(ADDRESS(1,COLUMN(),4,1),IF(COLUMN()<27,1,2)) Regards, Stefi „EricBB" ezt írta: i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB- Hide quoted text - - Show quoted text - |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Eric
Try =SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","") this will deal with all column headings up to XFD in Excel 2007 -- Regards Roger Govier "EricBB" wrote in message ... i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
all your answer got the same result, which really what im looking for. thank
you guys. EricBB "Roger Govier" wrote: Hi Eric Try =SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","") this will deal with all column headings up to XFD in Excel 2007 -- Regards Roger Govier "EricBB" wrote in message ... i'm in column A, i type this formula in a cell , cell("col") then it gives a result of 1. my problem is what formula should i type to get a result of A (column heading)? appreciate any help. EricBB |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I have an IF formula to return column heading for FALSE | Excel Discussion (Misc queries) | |||
Formula to Return Column Heading | Excel Discussion (Misc queries) | |||
In a table produce an value by column heading and row heading | Excel Worksheet Functions | |||
Formula to reference column heading | Excel Worksheet Functions | |||
Formula to reference column heading | Excel Worksheet Functions |