![]() |
Consecutive No'ing WHEN ADDING/DELETING ROWS
Got a spreadsheet that's consecutively numbered.
Need it to keep consecutively numbering as I add and/or delete rows Example: 1 Blah-blah-blah 2 Blah-blah-blah 3 Blah-blah-blah 4 Blah-blah-blah 5 Blah-blah-blah If I delete row 3, I need the numbering to continue consecutively -- as it stands now, if I delete row 3, it will renumber "1, 2, 4, 5..." Same thing if I add a row -- I need consecutive numbering to appear in the new blank row (this sounds stupid/impossible even to me and I'm SO NOT an Excel head) Help! |
Consecutive No'ing WHEN ADDING/DELETING ROWS
Maybe you can use a formula:
=row() or =row()-1 if your numbering starts in row 2. Then just copy the formula down when you insert any new rows. CMack wrote: Got a spreadsheet that's consecutively numbered. Need it to keep consecutively numbering as I add and/or delete rows Example: 1 Blah-blah-blah 2 Blah-blah-blah 3 Blah-blah-blah 4 Blah-blah-blah 5 Blah-blah-blah If I delete row 3, I need the numbering to continue consecutively -- as it stands now, if I delete row 3, it will renumber "1, 2, 4, 5..." Same thing if I add a row -- I need consecutive numbering to appear in the new blank row (this sounds stupid/impossible even to me and I'm SO NOT an Excel head) Help! -- Dave Peterson |
Consecutive No'ing WHEN ADDING/DELETING ROWS
Thanks so much for your speedy response, Dave!
Dave Peterson wrote: Maybe you can use a formula: =row() or =row()-1 if your numbering starts in row 2. Then just copy the formula down when you insert any new rows. Got a spreadsheet that's consecutively numbered. Need it to keep consecutively numbering as I add and/or delete rows [quoted text clipped - 15 lines] Help! |
All times are GMT +1. The time now is 08:18 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com