Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default 1st Row Column Heading as column letter

I would like to have row numbers on my spreadsheet print out. I have inserted
a column A with a formulas going down the column starting with A1 = 1 and A2
= A1 + 1 and this formula copied down the column. If a row is inserted it is
just a matter of recopying the formula down the column.

I would like to to the same for a Column headings. I've inserted a row 1 and
currently I've manually typed in the associated column letter. However if I
insert a column I have to manually "reletter" every column to the right. Is
there a way similiar to the "row number" I can use to letter the column
headings so I don't have to retype the letters again (and again....) every
time I add or delete a column?

Thanks
Jim T.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default 1st Row Column Heading as column letter

Page Setup/ Sheet/ Row and column headings ?
--
David Biddulph

"jimt" wrote in message
...
I would like to have row numbers on my spreadsheet print out. I have
inserted
a column A with a formulas going down the column starting with A1 = 1 and
A2
= A1 + 1 and this formula copied down the column. If a row is inserted it
is
just a matter of recopying the formula down the column.

I would like to to the same for a Column headings. I've inserted a row 1
and
currently I've manually typed in the associated column letter. However if
I
insert a column I have to manually "reletter" every column to the right.
Is
there a way similiar to the "row number" I can use to letter the column
headings so I don't have to retype the letters again (and again....) every
time I add or delete a column?

Thanks
Jim T.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default 1st Row Column Heading as column letter

Is this what you're looking for:

=ADDRESS(1,COLUMN(),4)
?
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"jimt" wrote in message
...
I would like to have row numbers on my spreadsheet print out. I have

inserted
a column A with a formulas going down the column starting with A1 = 1 and

A2
= A1 + 1 and this formula copied down the column. If a row is inserted it

is
just a matter of recopying the formula down the column.

I would like to to the same for a Column headings. I've inserted a row 1

and
currently I've manually typed in the associated column letter. However if

I
insert a column I have to manually "reletter" every column to the right.

Is
there a way similiar to the "row number" I can use to letter the column
headings so I don't have to retype the letters again (and again....) every
time I add or delete a column?

Thanks
Jim T.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default 1st Row Column Heading as column letter

I think the OP was looking for just the column letter, so perhaps:
=LEFT(ADDRESS(1,COLUMN(),4),1)
if he isn't happy with just using
Page Setup/ Sheet/ Row and column headings
--
David Biddulph

"Ragdyer" wrote in message
...
Is this what you're looking for:

=ADDRESS(1,COLUMN(),4)
?


"jimt" wrote in message
...
I would like to have row numbers on my spreadsheet print out. I have

inserted
a column A with a formulas going down the column starting with A1 = 1 and

A2
= A1 + 1 and this formula copied down the column. If a row is inserted it

is
just a matter of recopying the formula down the column.

I would like to to the same for a Column headings. I've inserted a row 1

and
currently I've manually typed in the associated column letter. However if

I
insert a column I have to manually "reletter" every column to the right.

Is
there a way similiar to the "row number" I can use to letter the column
headings so I don't have to retype the letters again (and again....)
every
time I add or delete a column?

Thanks
Jim T.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 1st Row Column Heading as column letter

How about:
File|Page setup|Sheet Tab|Check Row and Column Headings

Or on the page layout tab|sheet options group in xl2007.

jimt wrote:

I would like to have row numbers on my spreadsheet print out. I have inserted
a column A with a formulas going down the column starting with A1 = 1 and A2
= A1 + 1 and this formula copied down the column. If a row is inserted it is
just a matter of recopying the formula down the column.

I would like to to the same for a Column headings. I've inserted a row 1 and
currently I've manually typed in the associated column letter. However if I
insert a column I have to manually "reletter" every column to the right. Is
there a way similiar to the "row number" I can use to letter the column
headings so I don't have to retype the letters again (and again....) every
time I add or delete a column?

Thanks
Jim T.


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default 1st Row Column Heading as column letter

In A1 thru IV1 enter:
=SUBSTITUTE((LEFT(ADDRESS(1,COLUMN()),3)),"$","")

--
Gary's Student
gsnu200708


"jimt" wrote:

I would like to have row numbers on my spreadsheet print out. I have inserted
a column A with a formulas going down the column starting with A1 = 1 and A2
= A1 + 1 and this formula copied down the column. If a row is inserted it is
just a matter of recopying the formula down the column.

I would like to to the same for a Column headings. I've inserted a row 1 and
currently I've manually typed in the associated column letter. However if I
insert a column I have to manually "reletter" every column to the right. Is
there a way similiar to the "row number" I can use to letter the column
headings so I don't have to retype the letters again (and again....) every
time I add or delete a column?

Thanks
Jim T.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default 1st Row Column Heading as column letter

WOW... thanks! The Left and Substitute functions both work great.

"jimt" wrote:

I would like to have row numbers on my spreadsheet print out. I have inserted
a column A with a formulas going down the column starting with A1 = 1 and A2
= A1 + 1 and this formula copied down the column. If a row is inserted it is
just a matter of recopying the formula down the column.

I would like to to the same for a Column headings. I've inserted a row 1 and
currently I've manually typed in the associated column letter. However if I
insert a column I have to manually "reletter" every column to the right. Is
there a way similiar to the "row number" I can use to letter the column
headings so I don't have to retype the letters again (and again....) every
time I add or delete a column?

Thanks
Jim T.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum column based on column heading nockam Excel Worksheet Functions 4 January 12th 06 06:20 AM
In a table produce an value by column heading and row heading naflan Excel Worksheet Functions 1 December 27th 05 05:18 PM
How to replace column letter in refferences with a function using the old column letter? Dmitry Kopnichev Links and Linking in Excel 6 October 13th 05 09:09 AM
How to replace column letter in refferences with a function using the old column letter? Dmitry Kopnichev Excel Worksheet Functions 6 October 13th 05 09:09 AM
column header changed from letter to number, how return to letter Ron Excel Discussion (Misc queries) 2 May 9th 05 08:34 PM


All times are GMT +1. The time now is 03:06 PM.

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

About Us

"It's about Microsoft Excel"