Comments

User3340

New Member
Joined
Apr 12, 2007
Messages
46
Is it possible to do a lookup (or index/match, sumproduct, or some derivation) of comments to transfer comments from one worksheet to specific relevant places on another worksheet?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Unfortunately, no. I have a lot of columns and a lot of rows. I need the comments to come directly to the right place. With this method, I would have to have another whole grid.
 
Upvote 0
How are you deciding which comments to copy? By something in the comment or in the cell?

Same Q for the destination?
 
Upvote 0
The comments are in a grid, specific to the intersection point of that particular row (or client) and column (or investment). The data needs to get to another format, which is not a problem using index/match. The problem is that the comments need to get to the alternate format as well, and at this point that is done manually.
 
Upvote 0
The problem is that the comments need to get to the alternate format as well.

ayep, that's a problem. As you probably know, it's as easy as Range.Coment.Text = "ABC") to set the comment's text.

Reading the text requires
Code:
Range.Comment.Shape.TextFrame.Characters[.Text]

See Characters Method and Object
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top