Strikethrough Shortcut

This definitive guide will show you five methods for applying the Excel strikethrough shortcut as a checkmark alternative.

Let’s talk about the point before diving deep into the details and examples.

What is Strikethrough in Excel?

Strikethrough is a cell-related feature in Excel. This function crosses the cell content (text or numbers) by drawing a vertical line.

Effective Ways to use Strikethrough in Excel

First, we will introduce the most common ways of Using Strikethrough Shortcut in Excel:

  1. Use the Excel Strikethrough Shortcut Key
  2. Apply the Format Cells Options
  3. Use the Quick Access Toolbar (QAT)
  4. Add a Strikethrough Tab to the Excel Ribbon
  5. Use Conditional Formatting Formulas
  6. Write a small VBA code to apply Strikethrough in Excel

How to Use the Excel Strikethrough Shortcut Key

Steps to apply strikethrough in Excel using a keyboard shortcut:

  1. Select the source cells where you want to apply the strikethrough formatting style.
  2. Apply the Ctrl + 5 Excel shortcut key.
  3. Excel crosses the cell content using a vertical line
apply-Excel-Strikethrough-Shortcut-ctrl-5

Windows shortcut

Ctrl 5

Mac shortcut

Cmd Shift X

Apply the Format Cells Options

If you don’t know how the shortcuts work, add a strikethrough to cell content.

Step 1. Right-click on the selected cells and choose the Format Cells option from the context menu.

format-cells-right-click

Step 2: Locate the Font Tab on the ribbon and select the “Strikethrough” option. Finally, click OK.

choose-Strikethrough-under-the-format-cells-window

Result: The cell is strikethrough formatted.

Use the Quick Access Toolbar (QAT) to apply strikethrough

It’s good to know this option is not available in the Quick Access Toolbar by default. You need to add it to the QAT.

1. Go to the ribbon, right-click the tab name, and select ‘Customize Quick Access Toolbar.’

customize-QAT

2. Select the “Choose commands from” option, use the drop-down list, and pick the ‘Commands not in the Ribbon’ from the list.

3. Scroll down and find the Strikethrough command. Highlight the command and click ‘Add.’ Now, the option is available on the QAT and ready to use.

Choose-the-Commands-not-in-the-Ribbon-from-the-list

The strikethrough shortcut is now available on the QAT.

the-option-is-available-on-the-QAT-and-ready-to-use

4. Select the cell or range of cells you want to apply strikethrough. Finally, click on the Strikethrough icon.

click-on-the-Strikethrough-shortcut-icon

The command will Strike the selected cells.

Add a Strikethrough Tab to the Excel Ribbon

If you prefer using the ribbon, this section is yours.

Step 1: Select the Home Tab and locate the Font Group. Right-click on the group and select the ‘Customize the ribbon’ command.

customize-the-ribbon

Step 2: Click on the bottom-right section of the window to jump to the customization area.

Jump-to-the-customization-area

Step 3: Choose a strikethrough command from the right-side list and click Add. Click Add “New Tab,” Finally, choose the “Strikethrough” option, then press OK.

Choose-a-strikethrough-command

Step 4: Click OK to close this window and look at the ribbon. A new tab will appear on the ribbon, and you can quickly reach the strikethrough shortcut.

reach-the-strikethrough-shortcut-quickly

Tip: We recommend the example above if you want to collect your favorite functions in a single tab.

Use Conditional Formatting Formulas

If you prefer using conditional formatting and formulas, we have good news. Using dynamic formulas – based on formatting rules – you can apply Strikethrough in Excel.

1. Select the cell or range where you want to apply the strikethrough formatting.

2. Select the Home Tab and click Conditional Formatting.

select-conditional-formatting

3. Add a new Formatting rule

4. Choose the ‘Use a formula to determine which cells to format’ command.

5. Enter the formula, in this case, B1 = TRUE, but don’t click OK

Use-a-formula-to-determine-which-cells-to-format

6. Select Format

7. On the Font Tab under the Effects group, select strikethrough

select-strikethrough

8. Click OK

If the rule is true (the cell value = TRUE), conditional formatting will apply the strikethrough format.

strikethrough-shortcut-format

Tip: If you manage multiple tasks using your project management template, use conditional formatting formulas and a simple drop-down list. In Column B, change the value from ‘No’ to ‘Yes’ when you close a task or milestone.

Write a small VBA code to apply Strikethrough

Here are two useful examples using Visual Basic for Applications (VBA)

Replace the Strikethrough shortcut using checkboxes

We like Excel Form Controls, so let us see an excellent example using checkboxes. Click on the checkbox, and Excel will apply the strikethrough with a single click. Thus, you only need to write a basic macro to speed up your work. It looks great.

Strikethrough-shortcut-using-checkboxes

Automated Strikethrough format using macros

The double-click event in VBA is the fastest way to apply the strikethrough in a cell.

How does it work? This method disables the cell edit mode in Excel. Double-click over the cell, and the event will apply the strikethrough format on the spot.

double-click-event-in-VBA

Download the examples!

Frequently Asked Questions – Final Thoughts

May I apply Strikethrough Shortcut in Excel using a blank cell?

No, it works if the cell has content. The function is useless if you have blank cells.

Change the strikethrough command to the cell value.

No, it does not change the cell value. For example, “ABC” is the same as “ABC” for all Excel formulas.

How does the undo command work if you are using strikethrough?

You can use the Ctrl + Z keyboard shortcut to undo the command. Furthermore, repeat the abovementioned methods, like an on-off switch.

Is it possible to apply strikethrough using a part of the cell?

Yes, it is possible. First, edit the cell (highlight the text) and select the part of a cell that you want to format.

What about cell references if you are using formulas?

Using conditional formatting for strikethrough, use relative references instead of absolute ones.

Thanks for being us today, and read our ultimate guide about Strikethrough Shortcuts in Excel. Here is some related tutorial: