Line Through Text on Excel

If you just need to line through text on 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: select the cell or text, press Ctrl+5 on Windows, or open Format Cells with Ctrl+1 and tick Strikethrough on the Font tab.

On this page7
Annotated stepsExcel
1

Select the cells, or enter edit mode and select part of the text.

2

Press Ctrl+5 on Windows to toggle strikethrough.

3

Alternatively press Ctrl+1, open Font and tick Strikethrough.

4

Use conditional formatting with a formula when strikethrough should follow a status column.

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

What this does

Strikethrough draws a line through text while keeping the value in the cell. It is formatting, not deletion, so formulas, filters and copies still see the original value. You can apply it to a whole cell or, while editing, to only selected characters inside the cell. Before you run it on a workbook other people depend on, try it on a copy or a few rows first. Undo only reaches back through the current session, so a quick trial run is the cheapest way to see exactly what will change before the file is saved and shared. For “line through text on 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 cells 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 visual that makes the number obvious at a glance useful in real work: repeatable, auditable, and not dependent on memory or luck.

A worked example

A task list has Done items in A2:A10. Select completed task names and press Ctrl+5 to strike them through. If a cell says Draft final, edit the cell, select only Draft, press Ctrl+1 and tick Strikethrough so only that word is crossed out. Strikethrough is best for visible workflow state: done tasks, superseded values, cancelled line items and review notes where the old text should remain visible. When the result is not what you expected, undo straight away rather than repairing it by hand — undo restores the sheet exactly, while manual fixes tend to leave small inconsistencies behind that surface later.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Keep this page bookmarked for the next time the same question comes up. Better still, repeat the steps once in your own workbook — doing it yourself is what turns a copied answer into something you remember. If you take one thing from this page on “line through text on excel”, make it the order of checks rather than the individual clicks: confirm what is selected, apply the step, and look at the result before moving on. That small routine is what keeps Excel work predictable when the same task comes back in a slightly different workbook.

Common mistakes

  • Assuming strikethrough removes the value from formulas or totals.
  • Applying it manually to large lists instead of using conditional formatting from a Done column.
  • Expecting Ctrl+5 to work the same in every browser-based spreadsheet environment.
  • Using strikethrough as the only status marker, which can be hard to scan or print.

Frequently asked questions

What is the Excel strikethrough shortcut?

On Windows, Ctrl+5 toggles strikethrough for the selected cell or text.

Can I strikethrough only part of a cell?

Yes. Edit the cell, select the characters, then apply strikethrough from Format Cells.

Can strikethrough be automatic?

Yes. Use conditional formatting tied to a status or checkbox cell.