How to filter cells with formulas in Excel?
If you have a long list of data which contains both values and formulas, and now, you need to filter only the formula rows. Have you ever tried to solve this problem in Excel?
- Filter cells with formulas with User-defined formula and a helper column
- Filter cells with formulas by Kutools for Excel easily
Filter cells with formulas with User-defined formula and a helper column
To filter cells which containing the formulas, you need to identify the formulas cells with a User Defined Function first, and then apply the Filter feature to the new helper column.
1. Hold down the Alt + F11 keys in Excel, and it opens the Microsoft Visual Basic for Applications window.
2. Click Insert > Module, and paste the following macro in the Module Window.
VBA code: Identify the cells which contain formulas
Function HasFormula(Cell)
HasFormula = Cell.HasFormula
End Function
3. Then save and close this code, return to the worksheet, and enter this formula =HasFormula(A2) into a blank cell B2, for example, see screenshot:
4. And then drag the fill handle over to the range cells that you want to apply this formula, you will get TRUE or FALSE in the cells, TRUE stands for the cells which have formulas and FALSE indicates no formulas. See screenshot:
5. Then select this new column B, and click Data > Filter, then click the drop down arrow in cell B1, and check TRUE option under the Select All section, see screenshot:
6. After checking the TRUE option, click OK button to close this dialog, and only the formulas rows are filtered out as follows:
7. Finally, you can remove the contents in Column B as you want.
Filter cells with formulas by Kutools for Excel easily
Some Excel users may refuse applying VBA code for some purposes. If we can display the formulas instead of calculated results, it will be much easier to filter cells with formulas. Here I will introduce Kutools for Excel’s Convert Formula to Text utility and Convert Text to Formula utility to help you quickly filter cells with formulas.
Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now
Convert formulas to text and filter out them
By Convert Formula to Text utility
Convert text of formulas to real formulas
By Convert Text to Formula utility
1. Select the column that you will filter cells with formulas, and click the Kutools > Content > Convert Formula to Text.
2. Then all formulas are converted to text strings. Keep selecting the column, and then click the Data > Filter.
3. Click the Arrow button in the column header, and then select Text Filters > Begins with to open the Custom AutoFilter dialog box. Type “=” into the box behind the Begins with box, and then click the OK button. See screen shots below:
4. Then you will see all text strings of formulas are filtered out. Keep selecting filtered out cells, and then click the Kutools > Content > Convert Text to Formula.
Now you will see all filtered out formulas which are converted to text strings are restored to formulas and displaying the calculated results in the filtered out cells again.
Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now
Copy formulas exactly/ statically without changing cell references in Excel
Kutools for Excel Exact Copy utility can help you easily copy multiple formulas exactly without changing cell references in Excel, preventing relative cell references updating automatically.

Demo: filter cells with formulas in Excel
Related articles:
How to filter cells with comments in Excel?
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
