KutoolsforOffice — One Suite. Five Tools. Get More Done.

3 Ways to Insert Cell Content into Comments in Excel

AuthorSiluviaLast modified

When working with Excel data, you may often need to preserve original values, track manual changes, or add contextual notes without affecting the actual cell content. This is especially common in tasks like data cleaning, auditing, or reviewing changes.

To achieve this, storing the current cell value inside a comment can be very helpful. It allows you to keep a lightweight history, create data snapshots before modification, and add clear annotations alongside your data.

However, Excel does not provide a built-in way to directly insert or append cell values into comments in bulk. In this tutorial, we’ll show you three practical methods to get it done, including a simple manual approach, a faster solution with Kutools for Excel, and a flexible VBA method for advanced users.


Method 1: Manually Add Cell Content to Comment

As shown in the screenshot below, product prices are updated weekly. To keep a record of the original values for future reference, it is helpful to add each original price to the cell comments.

sample data

Excel does not offer a direct way to insert cell content into comments automatically. The only native approach is to copy and paste the cell value into the comment manually. This method is suitable for very small datasets but becomes inefficient for larger tasks.

Steps:

  1. Select the cell whose content you want to add to a comment.
  2. Right-click the cell and choose New Comment (or Edit Comment if one already exists).
    Note: If you are using Excel 365, the original comments has been renamed to notes.
    edit or add comment
  3. Once the comment box appears, manually type the cell content into the comment.
    If the comment already contains text, press Enter to start a new line before adding the new content, so that the information remains clear and easy to read.
  4. Click outside the comment box to save the changes.

Limitations:

  • Cannot process multiple cells at once.
  • Easy to overwrite existing comment content.
  • Time-consuming and error-prone.
  • No way to append content automatically.

In short, this method works only for one-off tasks, not for real productivity.


Method 2: Insert Cell Content into Comment with Kutools (Best Way)

If you need to insert cell content into comments in bulk, without overwriting existing comments, Kutools for Excel provides the most efficient solution.

With its Convert Comment and Cell feature, you can append cell values to comments in one click, making it ideal for tracking changes, preserving original data, or adding structured annotations.

Kutools for Excel - Packed with over 300 essential tools for Excel. Make Excel tasks faster, easier, and more efficient. Download now!

Steps to Insert Cell Content into Comments:

  1. After installing Kutools for Excel, select Kutools > More > Convert Note and Cell.
    enable the convert not and cell feature
  2. In the Convert Comment and Cell dialog box:
    1. Select the range of cells you want to process.
    2. Select Insert content of cell into comment.
    3. (Optional) Check Insert before text if you want the new content to appear at the beginning of the comment.
    4. Click OK.
      configure the dialog box

Result

  • If comments already exist in the selected range, the new content will be appended to the existing comments without overwriting them.
  • If no comments exist, Kutools will automatically create comments for each selected cell, using the corresponding cell values as the comment text.
    the result of adding cell contents to comments

Kutools for Excel - Supercharge Excel with over 300 essential tools, making your work faster and easier, and take advantage of AI features for smarter data processing and productivity. Get It Now

Why Kutools is the Best Choice:

  • Batch processing for multiple cells.
  • Automatically appends content instead of overwriting.
  • Optional control over insertion position (before or after existing comment text).

This is especially useful for:

  • Tracking manual updates (lightweight change log)
  • Keeping original values before data transformation
  • Adding quick annotations in bulk
  • Preparing datasets for auditing or review

Method 3: Use VBA to Append Cell Content to Comments

For users comfortable with coding, VBA provides a customizable way to insert and append cell content into comments. This method is more flexible but requires basic programming knowledge.

Steps:

  1. Press Alt + F11 to open the VBA editor.
  2. Click Insert > Module.
  3. Copy and paste the following code into the module window:
    Sub AppendCellContentToComments()
        ' Prompt user to select range
        Dim rng As Range
        On Error Resume Next
        Set rng = Application.InputBox("Select a range:", "Kutools for Excel", Selection.Address, Type:=8)
        On Error GoTo 0
        
        If rng Is Nothing Then Exit Sub
    
        Dim cell As Range
        For Each cell In rng
            If Not cell.Comment Is Nothing Then
                ' Append content to existing comment
                cell.Comment.Text cell.Comment.Text & vbCrLf & cell.Value
            Else
                ' Create new comment
                cell.AddComment cell.Value
            End If
        Next cell
        MsgBox "Completed!", vbInformation, "Kutools for Excel"
    End Sub
    how to use the VBA code
  4. Press F5 to run the code.
  5. Select the range when prompted, then click OK.
    select a range to operate

Result

The selected cell contents will be appended to the existing comments without overwriting them.

Notes: This VBA code only works for cells that already have comments. If no comments exist in the selected range, an error will occur.

While powerful, VBA is better suited for advanced users or custom automation needs.


Conclusion

Inserting cell content into comments can be extremely useful for tracking changes, preserving original data, and adding context to your worksheets.

  • The manual method is simple but inefficient and not scalable.
  • VBA offers flexibility but requires technical skills.
  • Kutools for Excel provides the best balance—fast, easy, and powerful.

If you frequently need to append cell values to comments without overwriting existing notes, Kutools is clearly the most efficient solution. With just a few clicks, you can handle tasks that would otherwise take significant time or require complex coding.


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
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

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!

All Kutools add-ins. One installer

Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.

ExcelWordOutlookTabsPowerPoint
  • All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
  • One installer, one license — set up in minutes (MSI-ready)
  • Works better together — streamlined productivity across Office apps
  • 30-day full-featured trial — no registration, no credit card
  • Best value — save vs buying individual add-in