Skip to main content
 

How to filter cells with comments in Excel?

Author: Xiaoyang Last Modified: 2024-07-31

It is common for us to insert comments in worksheet which we can mark some important information or details. But, in certain condition, we would like to filter only the rows that contain comments and put them together for easily viewing. The Filter feature in Excel is not available for us to solve this job directly. In this article, you will learn how to filter cells with comments in Excel.

Filter cells with comments by creating a helper column


arrow blue right bubble Filter cells with comments by creating a helper column

To filter the commented rows only, you can identify the comment cells with User Defined Function first and then apply the Filter function.

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 comments

Function HasComment(r As Range)
'Update 20140718
    Application.Volatile True
    HasComment = Not r.Comment Is Nothing
End Function

3. Then save the code and close the Module window, and go back to the worksheet, enter this formula =HasComment(B2) into a blank cell next to the comment cell,(B2 contains the value that you want to use) see screenshot:

enter formula to indentify the comment cell

4. And then drag the fill handle to the range cells that you want to apply this formula, and you will get TRUE or FALSE in the cells, TRUE stands for the cells which have comments and FALSE indicates no comments.

5. After identifying the comment cells, select the data range and then click Data > Filter, see screenshot:

go to filter feature

6. Then click the drop down arrow beside the helper column, check TRUE option only, see screenshot:

check true from the filter menu

7. And click OK button, then the comment rows have been filtered out as following screenshot shown:

filter all cells with commnets

8. At last, you can delete the contents of column C as you need.

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

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!