How to Show Hidden Rows in Excel

There are two ways to “show hidden rows in excel”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

In Excel: select the row numbers, right-click and choose Hide; to bring them back, select the rows around the gap (or Ctrl+A for the whole sheet) and choose Unhide, or use Home ▸ Format ▸ Hide & Unhide.

Annotated stepsExcel
1

Click a row number and drag (or Ctrl-click) to select the whole rows you want to hide.

2

Right-click the selection and choose Hide, or use Home ▸ Format ▸ Hide & Unhide ▸ Hide Rows.

3

To unhide a few, select the rows immediately above and below the gap, right-click and choose Unhide.

4

To unhide every row at once, press Ctrl+A, then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Hiding a row collapses it out of view without deleting anything — the data, formulas and any totals that reference it all keep working, the row is simply not shown. You select whole rows by their numbers, right-click and pick Hide, and a doubled border marks where rows are missing. Unhiding reverses it: select the rows on either side of the gap and choose Unhide. To reveal every hidden row at once, select the entire sheet with Ctrl+A first. 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. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “show hidden rows in excel”. Start on a copy or a tiny sample, keep the affected rows visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a layout choice that keeps the sheet readable and sortable, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

A report has detail in rows 5–8 you want out of the way. Click row header 5, drag to row 8 to select all four, right-click and choose Hide — rows 5 to 8 vanish and the numbering jumps from 4 straight to 9. Later, to bring them all back, press Ctrl+A to select the whole sheet, then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows, and rows 5–8 reappear exactly as they were. Hide rows to tuck away detail, helper calculations or seasonal entries without losing them — a cleaner print-out, a tidier review, a report that shows only the summary. Because nothing is deleted, you can unhide and get every row back exactly as it was whenever you need it. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. Here is the takeaway for “show hidden rows in excel”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.

Common mistakes

  • Selecting cells instead of whole row headers, so Hide is greyed out or hides the wrong thing.
  • Forgetting hidden rows still count in SUM and other ranges — hiding does not exclude them from formulas.
  • Trying to unhide row 1 by selecting around it (there is no row above) — instead select from row 1 down, or use the Name Box and Unhide Rows.
  • Confusing hiding with filtering; a filter hides rows by condition and is cleared differently from a manual Hide.

Frequently asked questions

How do I unhide all rows at once?

Select the entire sheet with Ctrl+A (or click the corner box above row 1), then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows reveals every hidden row in one step.

Do hidden rows still affect my totals?

Yes — SUM and most functions still include hidden rows. Use SUBTOTAL or AGGREGATE if you need a total that ignores hidden rows.

How do I unhide the very first row?

There is no row above row 1 to select, so type A1 in the Name Box to land there, then Home ▸ Format ▸ Hide & Unhide ▸ Unhide Rows.