I want to make the columns be from 1 to 195, in order from least to greatest, so that if I make a mistake (say, I want to add an entry between row 28 and 29), I want Excel to order itself from 1 to 196.
Example:
1
2
3
4
5
6
__ I want to insert a new row here
7
8
and so on...
Excel aligns itself to:
1
2
3
4
5
6
7 (The new row)
8
9
and so on...
Is there a function in Excel that allows me to do this?
What I mean is there's a column with numbers. How do I organize them in increasing order, so that if a row was added, the numbers would shift down into the next row and the numbers for that column would be in an increasing order?