In Excel: select the whole row, cut it with Ctrl+X, right-click the destination row and choose Insert Cut Cells so Excel moves the row without overwriting existing data.
Click the row number to select the entire row.
Press Ctrl+X or choose Cut.
Right-click the row where the moved row should appear above.
Choose Insert Cut Cells, then verify formulas and sorting still make sense.
What this does
Moving a row changes its position while preserving formulas, formats and row contents. The safe command is Cut followed by Insert Cut Cells; it opens space at the destination instead of pasting over another row. Dragging can work too, but holding Shift is what tells Excel to insert rather than overwrite. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “move a row down in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected rows change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a layout choice that keeps the sheet readable and sortable useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
A task in row 18 belongs above row 7. Click row header 18, press Ctrl+X, right-click row header 7 and choose Insert Cut Cells. The old row 18 moves above row 7, and rows 7 through 17 shift down cleanly. Moving rows safely prevents the classic spreadsheet accident: a record is shifted in one column but not the others, corrupting the table. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. The short version of “move a row down in excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
Common mistakes
- Pasting over the destination row and overwriting data.
- Selecting only some cells in the row, which can misalign records.
- Dragging without Shift and replacing cells instead of inserting.
- Moving rows inside filtered data without checking which records are hidden.
Frequently asked questions
How do I move a row without replacing another row?
Use Cut, then right-click the destination row and choose Insert Cut Cells.
Can I move multiple rows?
Yes. Select all row headers first, then cut and insert them together.
Will formulas update?
Most references adjust, but audit formulas that depend on row order.
Other ways people ask this
This is also commonly searched as “excel move everything down 1 row”, “how to shift a row down in excel”, “how to move rows down in excel” and “how to shift rows down in excel”. They describe the identical operation, so you are in the right place no matter how you phrased it.
Why do people search for this in so many different ways?
Because the same task has many names. “excel move everything down 1 row”, “how to shift a row down in excel”, “how to move rows down in excel” all point at the one operation explained on this page, which is why they all lead here.