I have a spreadsheet filled with timestamped data. However, I've found that the timestamps are paired with the wrong data (for example, the timestamp on row 8 belongs to the data on row 9). Does Excel 2016 (the version I'm using) have some way to shift all the timestamps down one row?
11 Answer
If your time stamps are in A1:A500
Select A1:A500
Cut
Select A2
Paste
or
Start this formula in B2
=A1Autofill down the column
Select and copy the entire column B
Pastespecial(Values) in Column A to overwrite.
or
Insert a new row (every column shifts down)
Select the first cell in the columns you did not want to lower
Right click and select "delete"
Select "shift rows up" from the window that pops up