Strikethrough in Excel

Strikethrough is a formatting style that draws a line through text.
πŸ‘‰ It’s useful for showing something is done, canceled, or no longer needed β€” while still keeping it visible.


1. Apply Strikethrough

Steps:

  1. Select the cell or range (e.g., A2:A4)
  2. Right-click β†’ choose Format Cells
    (or press Ctrl + 1)
  3. Go to the Font tab
  4. Check Strikethrough
  5. Click OK

Result: Text now has a line through it


2. Use Keyboard Shortcut (Faster)

Steps:

  1. Select a cell (e.g., A7)
  2. Press Ctrl + 5

Result:

πŸ‘‰ Press Ctrl + 5 again to remove it


3. Apply to Part of a Cell

You can format only part of the text inside a cell.

Steps:

  1. Double-click the cell (or use the formula bar)
  2. Highlight only the text you want
  3. Press Ctrl + 5

Result:


4. Add a Strikethrough Button

You can make it even faster:

  • Add a Strikethrough button to the Quick Access Toolbar
  • Then just click the button to apply it anytime

5. Advanced

You can make Excel apply strikethrough when you double-click a cell.

Example code:

Target.Font.Strikethrough = True
Cancel = True

πŸ‘‰ After adding this:

  • Just double-click a cell β†’ it gets strikethrough automatically

Notes

  • Press Ctrl + 5 to toggle on/off
  • Excel does not support double strikethrough
  • This is only formatting β†’ it does not change the data

Leave a Reply