Is there a “smarter” way to move a row to a different place in your spreadsheet (without using a sort operation)?
E.g.,
I have a spreadsheet with 5 rows of data, Row1, Row2, Row3, Row4, Row5, etc. I want Row4 to come between Row1 and Row2. I insert a row between Row1 and Row2, then I cut Row4 and paste it to the empty row between Row1 and Row2. Then I need to return to the previous Row4 location and delete the row.
Without using a Sort operation, is there a smarter way to do this? (If I have 500 rows, and I want Row200 to come between Row1 and Row2, I find it a bit cumbersome and tiresome to return back to the now empty Row200 place holder and delete the row….)
Or am I just a big spoiled spreadsheet brat?