ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I name columns in Excel? (https://www.excelbanter.com/excel-worksheet-functions/7464-how-do-i-name-columns-excel.html)

Naming Excel Columns

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.

tjtjjtjt

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.


Trevor Shuttleworth

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.





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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com