Forum Discussion

Manchester05's avatar
Manchester05
Copper Contributor
Mar 10, 2019

filter by strikethrough

I want to filter an Excel file, showing those cells that contain strikethrough text. I cannot find a way to do this, even in Advanced. How should I do it?

 

Excel Professional Plus 2013 (32 bit), Win 64


Thank you

  • AGARCIA3234's avatar
    AGARCIA3234
    Copper Contributor

    Manchester05 1. Select any cell in the spreadsheet, then click the "Home" tab. Click the "Find and Select" button and choose "Find" from the menu that appears.
    2. Click "Options," then click the "Format" button.
    3. Click the "Font" tab. Click the box next to "Strikethrough" to place a check in it, then click "OK."
    4. Click "Find All" and a list of every cell that contains strikethrough text will appear at the bottom of the Find and Replace window.
    5. Click on the name of a cell in the list to jump to that cell in the spreadsheet. Click the "Find All" button again to refresh the list if you alter the text in a cell to remove the strikethrough.

    • SergeiBaklan's avatar
      SergeiBaklan
      MVP

      AGARCIA3234 

      That's okay, but not exactly filtering. Assume you have multi-column range with few hundreds of rows and want to work only with few rows which are marked by strikthrough text in first column.  Find by Format only selects such cells.

    • PeterBartholomew1's avatar
      PeterBartholomew1
      Silver Contributor

      SergeiBaklan 

      So GET.CELL does what it says on the tin; it gets the properties form a single cell only.  I tried giving it the entire column from the table as the reference but the function only returned a single value so it was no use for the FILTER function.

       

      A hidden helper column in the Table did the trick though.

Resources