Written by Allen Wyatt (last updated June 29, 2024)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365
When I am creating a worksheet, it is not unusual for me to add all sorts of comments to various cells. This is a great way to keep notes and to document exactly what is going on in the worksheet. There have been workbooks I have created that include scores of comments.
If you are like me, then what is out of sight is often out of mind. This means that I can forget what I put in all the comments or—worse yet—I may remember that something is in a comment, but I don't remember the cell to which that comment is attached. Subsequently finding the right comment can be perplexing.
Fortunately, Excel makes it quite easy to search through comments in a worksheet. Simply follow these steps:
Figure 1. The Find tab of the Find and Replace dialog box.
Excel locates any cells that have comments that include the desired text. The cell is selected, but the comment is not displayed. Depending on your version of Excel, you may need to close the Find and Replace dialog box in order to display the comment for the cell.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (7852) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Searching Comments.
Dive Deep into Macros! Make Excel do things you thought were impossible, discover techniques you won't find anywhere else, and create powerful automated reports. Bill Jelen and Tracy Syrstad help you instantly visualize information to make it actionable. You’ll find step-by-step instructions, real-world case studies, and 50 workbooks packed with examples and solutions. Check out Microsoft Excel 2019 VBA and Macros today!
Excel allows you to use a picture as a background on a cell comment. This tip looks at how you can paste pictures into a ...
Discover MoreExcel allows you to not only put information into cells, but into comments attached to those cells. Here's how to copy ...
Discover MoreWhen you protect a worksheet, Excel stops users from editing or otherwise making changes to the data in the worksheet. If ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2025-05-13 10:57:22
J. Woolley
Re. the Tip's step 5, you can list all cells with a Note or Comment satisfying "Find what" if you click Find All instead of Find Next, then press Ctrl+A to select all of them in the active worksheet.
The CopyFindAllResults macro in My Excel Toolbox will duplicate the 6 columns of the Find dialog's Find All results for the active worksheet's current selection and copy those results to the clipboard and/or a new worksheet in the active workbook. If results are copied to a new worksheet, the macro can replace the Name column with a column of hyperlinks to each cell in the list.
See https://sites.google.com/view/MyExcelToolbox/
2025-05-12 12:16:40
J. Woolley
In modern versions of Excel, the Tip's step 4 should be replaced by this:
4. Using the Look In drop-down list, select Notes or Comments.
2024-06-29 10:28:42
J. Woolley
My Excel Toolbox includes the following dynamic array function:
    =ListComments([AllSheets], [Threaded], [SkipHeader])
This function returns one row for each comment in either the current sheet or all sheets in the workbook with the following columns: Worksheet, Cell, Author, Comment (text). It works with threaded or unthreaded comments. When using pre-2021 versions of Excel without support for dynamic arrays, review the PDF file UseSpillArray.pdf.
See https://sites.google.com/view/MyExcelToolbox/
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments