filter by strikethrough

Copper Contributor

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

6 Replies

Hi,

 

Here are 3 methods how to do that https://trumpexcel.com/filter-bold-font-formatting-in-excel/. Samples are for the bold text, but you case is identical. If Get.Cell first parameter will be 23 instead of 20 https://www.mrexcel.com/forum/excel-questions/20611-info-only-get-cell-arguments.html

@C V Horie 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.

@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.

@Sergei Baklan 

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.

@Peter Bartholomew 

Hi Peter - yes, that's with helper column.

Indeed, it isnt filtering, so thats a hassle in big data