#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Automatic numbering

How do I setup a formula that will automatically update my number sequence if
I add or delete a row. for instance...I have rows numbered
1,2,3,4......etc.. I insert a row between 2 and 3 I need that row to
automatically update to the appropriate sequence.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Automatic numbering

A simple formula A2 = A1+1. Cell A1 contains your starting number. Then copy
this down the column. When you insert a new row the row below the inserted
one will need to point to the new row instead of the old row.

Hope this helps.

"Melanie needs help" wrote:

How do I setup a formula that will automatically update my number sequence if
I add or delete a row. for instance...I have rows numbered
1,2,3,4......etc.. I insert a row between 2 and 3 I need that row to
automatically update to the appropriate sequence.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Automatic numbering

Melanie,
I'm guessing you mean rows other than the row headings. One of the expert
users on this forum may have a better solution that you wouldn't have to copy
into the row, but if you don't have a problem with copying a formula when you
insert a row, you can try =ROW()-n as the formula for the row number, with n
being the number less than the row header. If your row numbering starts on
row 5, you'd use =ROW()-4 and copy that all the way down. This way, as long
as you don't add rows above where you start your numbering, the formula will
be the same for each row.

"Melanie needs help" wrote:

How do I setup a formula that will automatically update my number sequence if
I add or delete a row. for instance...I have rows numbered
1,2,3,4......etc.. I insert a row between 2 and 3 I need that row to
automatically update to the appropriate sequence.

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
Automatic Numbering Jodi Excel Worksheet Functions 1 May 13th 08 11:03 AM
Automatic numbering jennjenn Excel Discussion (Misc queries) 1 August 28th 07 08:42 PM
Automatic Numbering Fortune Excel Worksheet Functions 1 January 22nd 07 03:14 PM
automatic numbering Michael1959 Excel Worksheet Functions 1 July 25th 05 08:41 PM
Automatic Numbering. Javster95 Excel Discussion (Misc queries) 0 April 30th 05 07:37 PM


All times are GMT +1. The time now is 12:37 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"