Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel, How do I make column A renumber itself if I remove a row?

Column A will be numbers starting at 1 and continuing on. I will have to
remove some rows (ex. #10, #21, #45 etc.) but I want Column A to
automatically renumber in sequence once I remove the various rows. Is there a
way to do this?
--
clacount
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 420
Default Excel, How do I make column A renumber itself if I remove a row?

Maybe you could use a formula in each cell in column A:

=row()
or
=row()+5
=row()-2
(or add/subtract some number so that it starts on the value you want)

You'll have to add this formula (dragdown from the previous row???) if you add a
row.

clacount wrote:

Column A will be numbers starting at 1 and continuing on. I will have to
remove some rows (ex. #10, #21, #45 etc.) but I want Column A to
automatically renumber in sequence once I remove the various rows. Is there a
way to do this?


--

Dave Peterson
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
Need Formula to renumber column crj Excel Discussion (Misc queries) 4 March 26th 10 03:17 AM
Remove Chart Canvas or make transparent in Excel 07 on XP LisaK Charts and Charting in Excel 2 January 18th 09 05:00 AM
Sort and Renumber Greg Excel Programming 1 February 18th 08 04:43 PM
How do I renumber a worksheet GaryMay Excel Programming 8 March 17th 07 03:52 AM
how do you renumber column in your excel table N Locatis Excel Discussion (Misc queries) 1 March 3rd 06 09:19 PM


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