Share via

Linking comments between worksheets

Anonymous
2016-03-09T17:56:52+00:00

I know how to link the data in cells from 'Sheet1' to 'Sheet2', but its there a way to also link the comments?

For example, I have a data in cell A1(Sheet1) and a comment with two different dollar amounts and I've linked that to B2(Sheet2). The data shows up, but I also need the comment from A1 to show up. Any ideas? Thank you!

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Anonymous
    2016-03-10T00:18:39+00:00

    Could be your idea of a "comment" means simply a typed explanation of terms rather than an actual cell Comment which requires manual input or programming to alter?

    Is this what you mean by comment?

    If a Comment as shown, you will require programming to insert a note or value when you choose a plumber by whichever means have not yet been revealed.

    The only fact revealed so far is a price in A1

    Do you have a sample workbook you could upload to OneDrive or other file-sharing site?

    Copy the URL then post it.

    Gord

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-03-09T22:17:34+00:00

    This is for a pricing spreadsheet we use to give quotes to customers. Let's say cell A1 in Sheet1 is the price for the plumbing labor. The comments for that cell would change based on which plumber we want to use for the project. I use Sheet1 to put in the labor and material costs and my project managers use Sheet2 to collect that info and give it to the subcontractors. Does this make sense?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-03-09T21:04:11+00:00

    I believe the only way to do this is to use VBA and would most likely involve a cell to store the textvalue to link to the Comment in Sheet2B2

    What type of data is in Sheet1A1?

    When, why and how is the Comment in Sheet1A1 changed?

    Gord

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-03-09T18:50:49+00:00

    Thanks Gord, but I also need the comment from Sheet2B2 to change when the comment from Sheet1A1 changes.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2016-03-09T18:32:32+00:00

    Select Sheet1A1 then Edit>Copy

    Select Sheet2B2 and Edit>Paste Special>Paste Link

    With B2 still selected, Edit>Paste Special>Comment>Esc

    Gord

    Was this answer helpful?

    0 comments No comments