#1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default auto number

I was wondering how to go about setting up a work sheet to so as soon as I
click in the first row that I will be adding data it would automaticly mark
that row Number 1 and when I enter new data in the second row it
automatically puts in 2, and so on? Thanks
--
Eddie
  #2   Report Post  
Posted to microsoft.public.excel.newusers
JCS JCS is offline
external usenet poster
 
Posts: 93
Default auto number

Hi Eddie - Try this: (Excel 2003)

You don;'t give much info about how your spreadsheet is set up so try this:

Let's assume you have all of your field names in the first row and the A col
will hold the auto number.

1. In a2 type: =cell("row",a2)
2. Select Data from the menu
3. Select Form from the drop down menu. A form will display. Start typing
in your data.

In order for this to work at all times you must place your cell pointer
anywhere in your list of data and then follw steps 2 and 3.

Id this helps, please press Yes

John


"Eddie" wrote:

I was wondering how to go about setting up a work sheet to so as soon as I
click in the first row that I will be adding data it would automaticly mark
that row Number 1 and when I enter new data in the second row it
automatically puts in 2, and so on? Thanks
--
Eddie

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default auto number

I did what you said but the result was 1 number in that one cell. What I
would like to do and may not have been too clear the entire first column is
for a sequencial number going down each column has data in it after that but
the first column is for the number like
1.
2.
3.
4.
5.
6.
and so on and the cell info would not change it is just a numbered spot for
that data in the row. Example

# NAME DATE TIME PLACE

1. xxxxxxx xxxxxxx xx:xx xxxxxx
2. xxxxxxx xxxxxxx xx:xx xxxxxx
3.
Just like that nothing fancy just a sequencial number
--
Eddie


"Eddie" wrote:

I was wondering how to go about setting up a work sheet to so as soon as I
click in the first row that I will be adding data it would automaticly mark
that row Number 1 and when I enter new data in the second row it
automatically puts in 2, and so on? Thanks
--
Eddie

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11
Default auto number

Hi Eddie,

Try this formula instead...
=N(OFFSET(A2,-1,0))+1 (where A2 is the cell's own address)

Note that this formula will not be 'automatically' added to each row. You'd
need a macro to do that. You'll have to copy this formula down the column.
However you can get a similar effect by using
=IF(B2<"",N(OFFSET(A2,-1,0))+1,"") and copying it down column A. If the cell
in column B is blank, nothing will show. If the cell in column B is not
blank, the next sequence number will display.

If you want the next sequence # to display AFTER the last row of data, use
B1 in the second formula instead of B2.

Hope this helps.

Francis Hayes

I have lots more tips available at...
www.TheExcelAddict.com


"Eddie" wrote:

I did what you said but the result was 1 number in that one cell. What I
would like to do and may not have been too clear the entire first column is
for a sequencial number going down each column has data in it after that but
the first column is for the number like
1.
2.
3.
4.
5.
6.
and so on and the cell info would not change it is just a numbered spot for
that data in the row. Example

# NAME DATE TIME PLACE

1. xxxxxxx xxxxxxx xx:xx xxxxxx
2. xxxxxxx xxxxxxx xx:xx xxxxxx
3.
Just like that nothing fancy just a sequencial number
--
Eddie


"Eddie" wrote:

I was wondering how to go about setting up a work sheet to so as soon as I
click in the first row that I will be adding data it would automaticly mark
that row Number 1 and when I enter new data in the second row it
automatically puts in 2, and so on? Thanks
--
Eddie

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default auto number

Hey Guys that was right on that is what I was trying to do, it has been so
long since I had been away from the program I did not realize that I had to
pull the handle down to the cell that I needed in order to fulfill the
compleation of the function. thanks again I also signed up for your
newsletter. Thanks again, Eddie
--
Eddie


"Frank" wrote:

Hi Eddie,

Try this formula instead...
=N(OFFSET(A2,-1,0))+1 (where A2 is the cell's own address)

Note that this formula will not be 'automatically' added to each row. You'd
need a macro to do that. You'll have to copy this formula down the column.
However you can get a similar effect by using
=IF(B2<"",N(OFFSET(A2,-1,0))+1,"") and copying it down column A. If the cell
in column B is blank, nothing will show. If the cell in column B is not
blank, the next sequence number will display.

If you want the next sequence # to display AFTER the last row of data, use
B1 in the second formula instead of B2.

Hope this helps.

Francis Hayes

I have lots more tips available at...
www.TheExcelAddict.com


"Eddie" wrote:

I did what you said but the result was 1 number in that one cell. What I
would like to do and may not have been too clear the entire first column is
for a sequencial number going down each column has data in it after that but
the first column is for the number like
1.
2.
3.
4.
5.
6.
and so on and the cell info would not change it is just a numbered spot for
that data in the row. Example

# NAME DATE TIME PLACE

1. xxxxxxx xxxxxxx xx:xx xxxxxx
2. xxxxxxx xxxxxxx xx:xx xxxxxx
3.
Just like that nothing fancy just a sequencial number
--
Eddie


"Eddie" wrote:

I was wondering how to go about setting up a work sheet to so as soon as I
click in the first row that I will be adding data it would automaticly mark
that row Number 1 and when I enter new data in the second row it
automatically puts in 2, and so on? Thanks
--
Eddie

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
AUTO NUMBER ISIDOROS KMS Excel Worksheet Functions 3 November 10th 08 01:50 AM
Auto Number the Rows of Auto Filter Result ashish128 Excel Discussion (Misc queries) 3 April 29th 07 06:41 PM
auto increase number if number is double or more chapeau_melon Excel Worksheet Functions 4 March 28th 07 12:08 AM
Auto number w/ different letter-number combos in same column Colleen B Excel Worksheet Functions 2 February 23rd 05 02:41 PM
assign auto number and auto date Krit Kasem Excel Discussion (Misc queries) 2 January 14th 05 02:55 AM


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

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

About Us

"It's about Microsoft Excel"