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.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
When formatting comments, you can use a graphic as a background for the comment box. If you later want to move this ...
Discover MoreWant your comment boxes to appear someplace other than the right side of a cell? You may be out of luck, and here's why.
Discover MoreIf you frequently add comments to cells in a worksheet, Excel provides a variety of tools you can use to manage those ...
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