Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Naming Excel Columns
 
Posts: n/a
Default How do I name columns in Excel?

Have I gotten stupid in my old age? I used to know how (or be able to) name
columns in Excel and have the rows start numbering themselves below the
headings. Is this option no longer available, and if so, how do I do it?
This is NOT for a database project; it's just a short list of things I need
listed. Please do not suggest that I use Access.
  #2   Report Post  
tjtjjtjt
 
Posts: n/a
Default

The only way to create Column Names in Excel is to type them into a Row. Row
one is a good candidate a lot of the time.
If you want Numbering to happen starting with 1, you'll have to type the
number manually, or use a formula.
Enter this into A2, for example:
=IF(B2=<"",COUNTA($B$2:B2),""))
and copy down as far as necessary to number items sequentially as you type
them.
Anytime you type something into Column B, a number will appear in Column A.

tj


"Naming Excel Columns" wrote:

Have I gotten stupid in my old age? I used to know how (or be able to) name
columns in Excel and have the rows start numbering themselves below the
headings. Is this option no longer available, and if so, how do I do it?
This is NOT for a database project; it's just a short list of things I need
listed. Please do not suggest that I use Access.

  #3   Report Post  
Trevor Shuttleworth
 
Posts: n/a
Default

TJ

I think that should be:

=IF(B2<"",COUNTA($B$2:B2),"")

Another option might be:

=IF(B2<"",ROW()-1,"")

Regards

Trevor


"tjtjjtjt" wrote in message
...
The only way to create Column Names in Excel is to type them into a Row.
Row
one is a good candidate a lot of the time.
If you want Numbering to happen starting with 1, you'll have to type the
number manually, or use a formula.
Enter this into A2, for example:
=IF(B2=<"",COUNTA($B$2:B2),""))
and copy down as far as necessary to number items sequentially as you type
them.
Anytime you type something into Column B, a number will appear in Column
A.

tj


"Naming Excel Columns" wrote:

Have I gotten stupid in my old age? I used to know how (or be able to)
name
columns in Excel and have the rows start numbering themselves below the
headings. Is this option no longer available, and if so, how do I do it?
This is NOT for a database project; it's just a short list of things I
need
listed. Please do not suggest that I use Access.



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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
New to Excel - I want to add a few columns across (P and Q)...How? Blake New Users to Excel 5 February 26th 10 01:11 PM
how to increase maximum number of columns in excel 2003 [email protected] Excel Discussion (Misc queries) 1 January 16th 05 08:13 PM
Columns in Excel will not allow user to click in them Kim Excel Discussion (Misc queries) 1 December 28th 04 06:37 PM
I have Excel columns with different statements (yes, no; numbers). David Verlander Excel Worksheet Functions 2 November 26th 04 10:27 PM


All times are GMT +1. The time now is 04:52 AM.

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"