How to Select an Entire Row in Excel

If you just need to select an entire row in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: Ctrl+Space selects the whole column, Shift+Space the whole row, Ctrl+A the current region, and Ctrl+Shift+↓ everything from the active cell to the bottom of the data.

Annotated stepsExcel
1

Whole column: click a cell in it and press Ctrl+Space. Whole row: Shift+Space.

2

Surrounding block of data: Ctrl+A. Press it again for the entire worksheet.

3

To the edge of the data: Ctrl+Shift plus an arrow key; Ctrl+Shift+End goes to the last used cell.

4

Non-adjacent ranges: select the first, then hold Ctrl and select the others.

5

Long range without scrolling: click the first cell, type the last cell's address in the Name Box, and press Shift+Enter.

6

Only the visible cells of a filtered range: select it, then press Alt+; (Home ▸ Find & Select ▸ Go To Special ▸ Visible cells only).

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

What this does

Dragging works for ten rows and fails for ten thousand. The keyboard selections are what make large sheets workable, and they fall into three groups. Whole structures: Ctrl+Space for the column, Shift+Space for the row, Ctrl+A for the surrounding block of data (press it twice for the entire sheet). Extend-to-edge: Ctrl+Shift+arrow runs the selection to the last non-empty cell in that direction, which is how you grab a column of unknown length. And non-adjacent: hold Ctrl while clicking or dragging to add separate ranges to one selection, or Shift+click to extend from the active cell to wherever you click. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “select an entire row in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected rows shows up while it is still harmless. 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 turns a layout choice that keeps the sheet readable and sortable into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

To select the whole of column C, click any cell in it and press Ctrl+Space. To select A2 down to the last row of data, click A2 and press Ctrl+Shift+↓ — it stops at the first blank, so a gap in the column means pressing it twice. To select A2:D5000 in one move, click A2 and press Ctrl+Shift+End. To select three separate blocks and format them together, drag the first, then hold Ctrl and drag the other two. Every other operation starts with a selection, and the difference between dragging and Ctrl+Shift+arrow is the difference between a sheet you can work in and one you fight. 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

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. 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. The short version of “select an entire row 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

  • Dragging across thousands of rows when Ctrl+Shift+↓ does it instantly and does not overshoot.
  • Expecting Ctrl+Shift+↓ to reach the bottom of the data when there are blank cells in between — it stops at the first gap.
  • Copying a filtered range without Alt+; first, which copies the hidden rows too.
  • Pressing Ctrl+Space inside an Excel Table, where it selects the table column rather than the sheet column — press it twice for the full column.
  • Selecting an entire column and then applying conditional formatting or a formula to a million cells, which bloats the file.

Frequently asked questions

How do I select multiple cells in Excel?

Drag for a contiguous block, Shift+click to extend from the active cell, or hold Ctrl while selecting to add separate, non-adjacent ranges to one selection.

How do I select an entire column?

Click any cell in the column and press Ctrl+Space, or click the column letter at the top. Shift+Space does the same for a row.

How do I select all the data below a cell?

Click the cell and press Ctrl+Shift+↓. It extends to the last non-empty cell, stopping at any blank in between.

How do I select only visible cells after filtering?

Select the range and press Alt+; — the Go To Special "Visible cells only" shortcut. Copying then skips the hidden rows.

Other ways people ask this

People reach this page typing “how do you select an entire row in excel”, “how to select the entire row in excel” and “excel select entire row”, among other phrasings; whichever wording you used, the fix above is the one you want.

Why do people search for this in so many different ways?

Because the same task has many names. “how do you select an entire row in excel”, “how to select the entire row in excel”, “excel select entire row” all point at the one operation explained on this page, which is why they all lead here.