Excel – How to Reverse Order of Rows

microsoft excel

Is there any simple way to reverse the order of some rows in Excel? I'd rather hoped that there might be a suitable option in Paste Special, as there is for Transpose, but apparently not.

Best Answer

Insert a column A, then put a counter in that row (1, 2, 3, 4). Then sort the spreadsheet on column A in descending order.

To expand on DLux' answer:

Instead of manually adding the 1, 2, 3, 4, you can:

  1. Enter 1 on the first row, then a 2 on the cell directly below it
  2. Select both cells
  3. Move your mouse cursor to the bottom right corner of the cell that contains the "2". The cursor should change into a + sign.
  4. Click and drag downwards. Excel will fill in the cells you drag over, and increment the values automatically.

This'll save you some time if you've got a large number of rows to reverse.