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.
Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!
When you print your worksheet, you may want Excel to include your comments or notes as they appear on the screen. Here's ...
Discover MoreComments are a great way to document your worksheets. Excel provides you the tools you need in order to format your ...
Discover MoreAdding comments to your worksheet can be helpful in documenting what the worksheet contains. If you want to make sure ...
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