Excel Practice Test

โ–ถ

How to Do Strikethrough in Excel

Short answer first: press Ctrl+5 on Windows or Command+Shift+X on Mac. That toggles strikethrough on whatever cell or text you've selected. Done. If you just needed the shortcut and nothing else, you can close this tab now and get back to work.

Still here? Good. Because that's only one method. There are six in total, and which one you reach for depends on what you're actually trying to do. Mark a single completed task? Use the shortcut. Strikethrough an entire row automatically when a column says "Done"? You'll need conditional formatting. Toggle strikethrough across 4,000 rows from a button click? That's a VBA macro. Need struck-through text that survives copy-paste into Slack or Gmail? You need the Unicode combining character trick. This guide covers every approach with screenshots, step-by-step instructions, and real workflow examples.

Here's the thing โ€” Excel hides strikethrough surprisingly well. It's not on the Home ribbon by default, which is wild considering bold, italic, and underline all sit right there in plain sight. Microsoft tucked the strikethrough toggle inside the Format Cells dialog instead, so unless you know the shortcut, you're hunting through menus every time you need it. Hundreds of millions of Excel users worldwide, and most of them have never learned the shortcut. They click around for 30 seconds every single time.

Fair warning before we start: Excel Online handles strikethrough differently than desktop Excel. The Ctrl+5 shortcut doesn't work in the browser version โ€” the browser intercepts it. You have to click Home โ†’ Strikethrough button on the ribbon instead. That trips up people who switch between desktop and web versions throughout the day. The Strikethrough button does exist in Excel Online, but it's tucked into the Font group with no obvious visual prominence.

Mobile Excel is its own thing too. On iPad or iPhone, you long-press a cell to bring up the format menu, then tap the "abc" with a line through it. Android works the same way. No keyboard shortcut exists for mobile Excel โ€” you have to use the menu every time, or set up a Quick Access entry if your version supports it. The mobile workflow is slow enough that most people just toggle strikethrough on the desktop when they get back to their computer.

This guide walks through all six desktop methods, the workarounds for Excel Online and mobile, how to remove strikethrough (it toggles, but there's a catch with conditional rules), how to apply strikethrough to just part of a cell's text, and real use cases โ€” to-do lists, deprecated entries, audit trails, deleted-but-archived records, contract markup. By the end, you'll never hunt through Format Cells for strikethrough again. You'll also know which method to reach for based on the workflow, not just what you remember.

Quick context on what strikethrough actually is. It draws a horizontal line through the middle of text โ€” like the character with a line through it in markdown. The character itself is U+0336 (combining long stroke overlay) in Unicode, which matters for one weird workaround we'll cover at the end.

Visually it tells readers: "this used to be here, it's been removed or completed, but I want you to see what was there." That's different from deleting the row entirely, and it's a different signal than greyed-out text. Strikethrough has a specific meaning in business documents, contracts, and edit-tracked workflows that no other formatting style conveys.

Strikethrough in Excel by the Numbers

โŒจ๏ธ
Ctrl+5
Windows Shortcut
๐ŸŽ
โŒ˜โ‡งX
Mac Shortcut
๐Ÿ”ข
6
Methods Available
โš™๏ธ
Ctrl+1
Format Cells Dialog
๐ŸŒ
0
Excel Online Shortcut
Try Free Excel Basic & Advanced Practice Questions

6 Methods to Apply Strikethrough in Excel

โŒจ๏ธ Method 1 โ€” Keyboard Shortcut

Press Ctrl+5 on Windows or Cmd+Shift+X on Mac. Select the cell first, or highlight specific characters inside a cell while editing. Fastest method, works on entire cell ranges too.

๐Ÿ“‹ Method 2 โ€” Format Cells Dialog

Press Ctrl+1 to open Format Cells, click the Font tab, then tick the Strikethrough checkbox under Effects. Slower than the shortcut, but it shows you a live preview.

๐Ÿ–ฑ๏ธ Method 3 โ€” Quick Access Toolbar

Right-click the QAT, choose Customize, pick Commands Not in Ribbon, add Strikethrough. Now a one-click button sits at the top of every workbook permanently.

๐ŸŽจ Method 4 โ€” Conditional Formatting

Set a rule like =$B2="Done" and apply strikethrough font style. Excel auto-strikes rows when criteria match. Perfect for to-do lists and dynamic dashboards.

๐Ÿ’ป Method 5 โ€” VBA Macro

Range("A1:A100").Font.Strikethrough = True. Useful for bulk operations across thousands of rows, or for triggering strikethrough from a button click on a form.

๐Ÿ”ค Method 6 โ€” Unicode Combining Character

Append U+0336 (combining long stroke overlay) after each character. Survives copy-paste to non-Excel apps. Niche workaround, but useful for exporting to plain text.

Method 1 โ€” Keyboard Shortcut (Ctrl+5 / Cmd+Shift+X)

This is the only method most people ever need. Select a cell, press Ctrl+5 on Windows or Command+Shift+X on Mac, and strikethrough turns on. Press the same combo again โ€” it turns off. That's it. The whole reason this article exists is that Microsoft never put a Strikethrough button on the default Home ribbon, so this shortcut is the only fast way to get to it.

The shortcut works on a single cell, a range, or non-contiguous selections. Hold Ctrl (or Cmd on Mac) while clicking to pick scattered cells, then hit the shortcut once. Every selected cell gets strikethrough at the same time. No need to repeat it per cell. This scales: select 2,000 rows, press Ctrl+5, and every row gets the formatting in under a second. The shortcut also works inside merged cells, named ranges, and table objects without any extra steps.

You can also strikethrough specific characters inside a cell. Double-click the cell to enter edit mode (or press F2), drag-select the characters you want to strike, then press Ctrl+5. Only those characters get the line โ€” the rest stay normal. Useful for marking partial completions: "Email draft sent" where only "draft" gets the line through it. This is the only way to get partial-cell strikethrough โ€” the shortcut won't apply it to partial text unless you're in edit mode first.

One gotcha on Mac: the default Cmd+Shift+X overlaps with some browser extensions and clipboard managers. If the shortcut isn't working, check System Preferences โ†’ Keyboard โ†’ Shortcuts โ†’ App Shortcuts and see if anything else captured it. You can rebind Excel's strikethrough to a different combo there too. Common conflict apps: Alfred, Raycast, and several password managers all grab Cmd+Shift+X by default. Disable in those apps or rebind in Excel โ€” whichever you use less often.

Method 2 โ€” Format Cells Dialog (Ctrl+1)

When the shortcut fails or you want a visual preview, use the dialog. Select the cell, press Ctrl+1, click the Font tab, and tick the Strikethrough checkbox under the Effects section. Click OK. Done. The dialog also exposes superscript and subscript checkboxes right next to Strikethrough โ€” handy if you need scientific notation or footnote markers in the same cells you're formatting.

This is the only way to apply strikethrough alongside other font effects in one operation โ€” say, strikethrough plus a different color plus a custom font size. The dialog previews the change before you commit, which the shortcut doesn't do. Helpful when you're formatting a presentation and need to see exactly how it'll look first. The preview panel in the dialog's lower-right corner shows your selected text with all current effects applied. Useful sanity check before clicking OK on a 5,000-cell range.

Pro tip: the Format Cells dialog remembers your last-used tab. If you were on Number formatting earlier, Ctrl+1 reopens to Number, not Font. You'll need an extra click. Compared to Ctrl+5 โ€” which is one keypress and done โ€” the dialog method is genuinely slower for repeat strikethrough work. Reserve it for the cases where you genuinely need the preview or the combined formatting operation. For everything else, learn the shortcut and save the dialog for complex multi-effect formatting.

If you're learning more spreadsheet shortcuts, the keyboard shortcut to delete row in excel follows a similar Ctrl pattern. Excel power users typically memorize 10โ€“15 of these combos and never touch the menus. The time savings compound: shaving 5 seconds off a formatting action 50 times a day is 4 minutes daily, which adds up to nearly 17 hours over a working year. Worth the muscle-memory investment.

FREE Excel Basic and Advance Questions and Answers
Test core Excel skills including formatting shortcuts like strikethrough and font effects.
FREE Excel Formulas Questions and Answers
Practice formula questions covering IF, VLOOKUP, and the logic behind conditional formatting.

Method 3 โ€” Quick Access Toolbar Setup

๐Ÿ“‹ Add the QAT Button

Right-click anywhere on the Quick Access Toolbar (that tiny strip above or below the ribbon). Pick "Customize Quick Access Toolbar." In the dropdown labeled "Choose commands from," select "Commands Not in the Ribbon." Scroll down to "Strikethrough," click it, hit Add, then OK.

The button now sits on your QAT permanently โ€” across every workbook, every session. One click toggles strikethrough on the selected cell. Faster than the shortcut for trackpad users, and it works even if your keyboard shortcuts get hijacked by other apps. Particularly handy on Mac where Cmd+Shift+X conflicts with several browsers.

๐Ÿ“‹ Rearrange Position

You can drag QAT buttons to reorder them. Right-click the QAT, choose Customize again, then use the up/down arrows on the right panel to move Strikethrough to slot 1, 2, or wherever you want it. Most people put it next to the Save and Undo buttons since those are the most-used spots.

Each QAT button also gets a numbered keyboard shortcut: Alt+1 triggers the first button, Alt+2 the second, and so on. If you put Strikethrough in slot 4, then Alt+4 toggles it. Combined with the standard Ctrl+5, you've got two muscle-memory paths to the same action.

๐Ÿ“‹ Sync Across Devices

Microsoft 365 syncs QAT customizations to your account, so if you sign in on a different machine, the Strikethrough button follows you. Older standalone Excel versions (2019, 2021) don't sync โ€” you'll need to re-add the button on each install. Worth checking before you spend time arranging buttons.

For locked-down corporate environments where IT disables QAT customization, you're stuck with Ctrl+5 or the Format Cells dialog. Ask your admin to enable user customization if QAT is greyed out. It's usually a Group Policy setting and they can flip it without much fuss.

Keyboard Shortcut vs Format Cells Dialog

Pros

  • Ctrl+5 is a single keystroke โ€” fastest method available
  • Works on entire ranges, including non-contiguous selections
  • Toggles on and off with the same shortcut
  • Applies to partial cell text when in edit mode (F2)
  • Cross-platform: Cmd+Shift+X on Mac mirrors Ctrl+5 on Windows
  • No mouse movement required โ€” keeps you in the keyboard flow

Cons

  • Doesn't work in Excel Online (browser version)
  • Cmd+Shift+X conflicts with some Mac apps and extensions
  • No visual preview before applying โ€” committed immediately
  • Can't be paired with other formatting in the same operation
  • Some restricted corporate Excel installs disable the shortcut
  • Mobile Excel ignores the shortcut entirely โ€” menu only
FREE Excel Functions Questions and Answers
Practice functions like COUNTIF and IF used inside conditional formatting strikethrough rules.
FREE Excel MCQ Questions and Answers
Multiple choice questions on Excel formatting, shortcuts, and intermediate skills.

Method 4 โ€” Conditional Strikethrough Checklist

Select the range you want to apply the rule to (e.g., A2:A100).
Click Home โ†’ Conditional Formatting โ†’ New Rule.
Pick "Use a formula to determine which cells to format."
Enter the formula โ€” example: =$B2="Done" (lock the column with $).
Click the Format button, then go to the Font tab.
Tick the Strikethrough checkbox under Effects.
Optionally change font color to grey for visual de-emphasis.
Click OK twice to save the rule.
Type "Done" in column B โ€” row strikes through automatically.
Manage or delete rules via Conditional Formatting โ†’ Manage Rules.
Lock the column reference with $

When writing the conditional formula, use =$B2="Done" โ€” not =B2="Done". The dollar sign locks the column so Excel evaluates the same column on every row. Without the $, the formula slides as the rule is applied, breaking the logic entirely. This is the #1 reason conditional strikethrough "doesn't work" for new users.

Method 5 โ€” VBA Macro for Bulk Strikethrough

When you need strikethrough across thousands of rows triggered by a button click, VBA is the answer. Press Alt+F11 to open the Visual Basic Editor, insert a new module (Insert โ†’ Module), and paste this one-line macro: Sub ToggleStrike() Selection.Font.Strikethrough = Not Selection.Font.Strikethrough End Sub. That's the entire program. Three lines of code, including the boilerplate Sub and End Sub wrappers. It does exactly what Ctrl+5 does, just from a macro you can call however you want.

That tiny macro toggles strikethrough on whatever's selected. Bind it to a button (Developer tab โ†’ Insert โ†’ Button) or assign a keyboard shortcut via Developer โ†’ Macros โ†’ Options. Now you've got a custom Strike button that works the same as Ctrl+5 but can be triggered from a worksheet button โ€” useful for shared dashboards where users don't know shortcuts. The button stays embedded in the workbook; anyone who opens the file can click it without learning anything new. Just enable macros when the security prompt appears.

For a smarter version that strikes through completed tasks based on a status column, write a For Each loop that iterates through your range and sets Font.Strikethrough based on the offset cell's value. For example: cell.Font.Strikethrough = (cell.Offset(0, 1).Value = "Done"). This compares each row's status column and applies strikethrough only where the status matches. Loop through A2:A1000 with this logic and the entire list updates from a single button click.

Conditional formatting does the same thing automatically, but VBA gives you control โ€” you can layer additional logic, log changes to a hidden sheet, send email notifications when items get marked done, or trigger the formatting only at specific events like file save. Excel power users often go this route. If you're comfortable with macros, the excel vba reference covers more of these patterns. VBA is overkill for one-off strikethrough work but indispensable for repeated, scheduled, or event-driven formatting across large workbooks.

Method 6 โ€” Unicode Combining Character (Niche Workaround)

Here's a weird one. You can fake strikethrough using the Unicode combining long stroke overlay character (U+0336). Append it to every character of a string, and the result looks struck-through even in plain text apps that don't support font formatting. The character itself is invisible โ€” it overlays on top of whatever character comes before it. Type "abc" then U+0336 after each letter, and you get text that looks like it has a line through it everywhere it travels.

Excel formula approach: build a helper formula that loops through each character and concatenates UNICHAR(822) after it. Cleaner is a VBA function that takes a string and returns the same string with the combining stroke baked in. The result survives copy-paste to Slack, Discord, Gmail, anywhere โ€” because the strikethrough is baked into the text itself as actual characters, not applied as a font effect that gets stripped on copy.

Worth knowing: this method is bulletproof for export but ugly in spreadsheets, since you're doubling the character count and the text looks weird in Excel's normal font rendering. Don't use it for normal Excel work โ€” reach for it only when you need struck-through text to travel out of Excel intact. To-do list apps, email subject lines, social media bios, anywhere font effects get stripped during copy-paste. Niche use case, but the only solution when you need it.

Removing Strikethrough (And Why Toggle Sometimes Fails)

Removing strikethrough is the same shortcut: Ctrl+5 (Windows) or Cmd+Shift+X (Mac). It toggles. Select the struck-through cell, press the combo, line gone. Works on ranges, partial cell text, the whole sheet if you Ctrl+A first. This is the cleanest case โ€” direct formatting applied via the shortcut comes off via the shortcut. Nothing fancy needed.

One thing trips people up: if the strikethrough was applied via conditional formatting, Ctrl+5 won't remove it. The rule keeps reapplying it. You have to go to Home โ†’ Conditional Formatting โ†’ Manage Rules, find the rule, and either delete it or change the formula condition so it no longer matches the cell. That's the number-one "why won't strikethrough turn off" support question on every Excel forum. People press Ctrl+5 ten times wondering why nothing's happening. The rule fires faster than the toggle.

Same for VBA-applied strikethrough โ€” Ctrl+5 toggles it once, but if you re-run the macro it comes back. The fix is either editing the macro or temporarily disabling the trigger that runs it. Direct font formatting applied via Ctrl+5 or Format Cells is the easiest to undo; conditional and VBA strikethrough need source-level changes. Always check what method was used before assuming the toggle is broken. If pressing Ctrl+5 produces no visible change at all, that's a strong signal it's conditional formatting underneath.

Partial Cell Strikethrough โ€” Only Some Characters

Sometimes you want strikethrough on part of a cell's text, not the whole cell. Example: "Email draft sent" where only "draft" gets the line. Or contract markup where one specific clause is struck out while the rest stays. This is a real workflow in legal and editorial contexts where you want to show what was removed without actually removing it.

Steps: Double-click the cell (or press F2) to enter edit mode. Drag-select the characters you want to strike. Press Ctrl+5 or open Format Cells (Ctrl+1) and tick Strikethrough on the Font tab. Only the selected characters get the line. Press Enter to commit. The partial formatting persists when you copy the cell, save the file, or share the workbook โ€” it's stored as rich text within the cell. This survives copy-paste into another Excel cell, but it gets stripped if you paste into a plain-text app.

This only works in edit mode. If you select the whole cell from outside edit mode and press Ctrl+5, the entire cell gets struck through โ€” you can't strike partial text by selection alone. F2 is the gatekeeper. Forgetting this step is the most common reason people think Excel doesn't support partial strikethrough. It does. You just have to enter the cell first.

Real Use Cases for Strikethrough

Where strikethrough actually shines: to-do lists where you want to keep completed items visible but visually de-prioritized; deprecated entries like old prices, old contact info, old products you still want in the archive but flagged as outdated; deleted-but-kept records for audit trails where you can't actually delete a row but want to mark it removed for compliance; version-tracked documents where edits show old values struck through next to new ones; contract markup where lawyers strike specific clauses during negotiation.

Practice Excel Formula Questions Free

Practical Tips for Strikethrough in Real Workflows

Strikethrough alone often isn't enough. Pair it with a grey font color for completed to-do items โ€” that pushes them visually into the background without hiding them. Right-click a completed cell, choose Format Cells, set font color to grey (#808080 or lighter), and strikethrough together. Two clicks of muscle memory, massive UX win. The combined effect tells your eye "this is done" without making the row disappear entirely. Same logic applies to deprecated price lists, removed product SKUs, or archived contacts.

For dynamic dashboards, combine conditional strikethrough with conditional row hiding via a filter. Mark rows "Done" โ†’ strikethrough applies โ†’ filter to hide completed rows when the list gets long. The strikethrough is your visual marker; the filter is your decluttering tool. Both rely on the same status column. You can also use a slicer for one-click toggling between "show all" and "show open only" โ€” handy for shared task boards where some team members want to see history and others want to focus on remaining work.

Pivot tables don't display strikethrough from source data. If you strikethrough a row in your raw data and then build a pivot, the pivot shows clean text โ€” no line. Workaround: add a status column to your pivot ("Done" / "Pending") and conditionally format the pivot itself. Tedious but it's the only way Excel handles formatting flow into pivots. If you're newer to pivots, the excel pivot tables guide explains the underlying mechanics and why source-data formatting is intentionally separated from pivot rendering.

Print preview matters too. Strikethrough prints fine on most printers, but really old monochrome lasers sometimes render the line so faintly it's invisible on the printout. Always print a test page if strikethrough is critical to the document's meaning โ€” a printed contract showing struck-through clauses needs to look struck through on paper, not just on screen. PDF export has the same risk: some PDF viewers render strikethrough thinner than Excel's preview suggests. Test the full pipeline before sending anything important.

For shared workbooks where multiple people edit the same task list, conditional strikethrough beats manual every time. Manual strikethrough requires whoever marks "Done" to remember Ctrl+5; conditional strikethrough fires automatically based on the status column. Less training, fewer missed formats, more consistent visual output. The setup takes five minutes once, then it's bulletproof. New team members don't need to learn the shortcut โ€” they just type "Done" in column B and the row strikes through itself.

Bottom line: pick the method that matches the workflow. Quick one-off marks โ†’ Ctrl+5. Repeating dashboard task lists โ†’ conditional formatting. Thousands of rows on a button click โ†’ VBA. Export struck-through text to other apps โ†’ Unicode combining character. Multiple effects in one shot โ†’ Format Cells dialog. Permanent one-click access โ†’ Quick Access Toolbar button. Six methods, one shortcut to remember as your default, and you're set for every Excel strikethrough scenario you'll ever face.

FREE Excel Questions and Answers
General Excel certification practice covering formatting, formulas, and shortcuts.
FREE Excel Trivia Questions and Answers
Fun trivia-style questions on Excel features including formatting and hidden tricks.

Excel Questions and Answers

What is the shortcut for strikethrough in Excel?

On Windows, press Ctrl+5. On Mac, press Command+Shift+X. The shortcut toggles strikethrough on whatever cell, range, or partial text you've selected. Press the same combo again to remove it. The shortcut doesn't work in Excel Online (browser version) โ€” there you must click Home โ†’ Strikethrough button instead.

Why is Ctrl+5 not working in my Excel?

Three common causes. First, you're in Excel Online โ€” the browser version doesn't support Ctrl+5. Second, a third-party app or extension has hijacked the shortcut at the OS level. Third, the strikethrough was applied via conditional formatting, so Ctrl+5 toggles direct formatting but the rule reapplies it instantly. Check Conditional Formatting โ†’ Manage Rules to fix that one.

How do I add strikethrough to just part of a cell?

Double-click the cell (or press F2) to enter edit mode. Drag-select only the characters you want to strike. Press Ctrl+5 or open Format Cells with Ctrl+1 and tick Strikethrough on the Font tab. Press Enter. Only the selected characters get the line โ€” the rest of the cell stays normal.

Can I apply strikethrough automatically when a cell says "Done"?

Yes โ€” use conditional formatting. Select the range, go to Home โ†’ Conditional Formatting โ†’ New Rule โ†’ Use a formula. Enter =$B2="Done" (lock the column with $). Click Format โ†’ Font tab โ†’ tick Strikethrough โ†’ OK. Now whenever column B says "Done," the matching row gets struck through automatically. No manual formatting needed.

Does strikethrough work in Excel Online?

Yes, but the keyboard shortcut Ctrl+5 doesn't work in the browser. You must click Home โ†’ Strikethrough button on the ribbon (it has a small "abc" with a line through it). The button does the same thing as Ctrl+5 in desktop Excel. Most Excel Online features support strikethrough including conditional formatting, just not via the shortcut.

How do I remove strikethrough from a cell?

If strikethrough was applied via Ctrl+5 or Format Cells, press Ctrl+5 again (or Cmd+Shift+X on Mac) โ€” it toggles off. If it came from conditional formatting, go to Home โ†’ Conditional Formatting โ†’ Manage Rules, find the rule, and either delete it or change the formula. If it's from VBA, edit or disable the macro. Direct formatting is easiest to remove.

Can I use strikethrough with VBA?

Yes. Range("A1:A100").Font.Strikethrough = True applies strikethrough to A1:A100. Use False to remove. Selection.Font.Strikethrough = Not Selection.Font.Strikethrough toggles based on current state โ€” useful for a button-bound macro. Bind to a Developer tab button or assign a custom shortcut for one-click strikethrough across thousands of rows.

Why is the strikethrough button missing from my ribbon?

Microsoft hides Strikethrough from the default Home ribbon. It's not missing โ€” it was never there. Access it three ways: Ctrl+5 shortcut, Ctrl+1 โ†’ Font tab โ†’ Strikethrough checkbox, or add it to the Quick Access Toolbar via right-click QAT โ†’ Customize โ†’ Commands Not in Ribbon โ†’ Strikethrough โ†’ Add. The QAT route gives you a permanent one-click button.
โ–ถ Start Quiz