Renumbering a list of numbers

D

Dr.Alvixagon

How do I make a list of numbers re-number itself, continue the sequence,
after deleting rows?
 
S

Sloth

Make the list numbers dependant on the row using the ROW() function.

Example: If you want the numbers to start on row 2, then use this formula
and copy down.

=ROW()-1
 
Top