Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel Column Renumbering Question

If I put numbers in Column A (1, 2, 3 etc.) and then I will have to remove
various rows from Column A (#10, #15, #34, #45 etc.) can I get Column A to
automatically renumber in sequence after I remove variuos rows?
--
clacount
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Excel Column Renumbering Question

You can use the Row() function to deteremine the row that the formula is in.
Using an offset such as
=row() + 3
will allow you to get the numbering you want. Note however that row() is a
volatile function and if you have thoushads of these functions you could
adversely affect performance.
--
HTH...

Jim Thomlinson


"clacount" wrote:

If I put numbers in Column A (1, 2, 3 etc.) and then I will have to remove
various rows from Column A (#10, #15, #34, #45 etc.) can I get Column A to
automatically renumber in sequence after I remove variuos rows?
--
clacount

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Excel Column Renumbering Question

In Aa1, enter:

=ROW() and copy down
--
Gary''s Student - gsnu201002


"clacount" wrote:

If I put numbers in Column A (1, 2, 3 etc.) and then I will have to remove
various rows from Column A (#10, #15, #34, #45 etc.) can I get Column A to
automatically renumber in sequence after I remove variuos rows?
--
clacount

  #4   Report Post  
Posted to microsoft.public.excel.misc
dlw dlw is offline
external usenet poster
 
Posts: 510
Default Excel Column Renumbering Question

put a 1 in A1, then highlight A1 and the rest you want to renumber, then Edit
Fill series OK


"clacount" wrote:

If I put numbers in Column A (1, 2, 3 etc.) and then I will have to remove
various rows from Column A (#10, #15, #34, #45 etc.) can I get Column A to
automatically renumber in sequence after I remove variuos rows?
--
clacount

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 Renumbering in Excel Randy Excel Discussion (Misc queries) 0 January 2nd 10 06:40 PM
renumbering rows Zack Excel Discussion (Misc queries) 4 August 25th 08 08:03 PM
Renumbering Col A pcor New Users to Excel 2 January 18th 08 01:07 AM
I need help renumbering the spreadsheet. jtb331235 Setting up and Configuration of Excel 2 July 23rd 07 02:38 PM
renumbering of rows pboost1 Excel Discussion (Misc queries) 2 October 3rd 05 08:11 PM


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