Hi - I am trying to concatatenate text strings from one sheet to another. The raw data sheet consists of Names of people and Comments made by each person.
I want to concatenate each comment made by each person and produce the results in a new sheet. My list of names and their comments would be a dynamic list - that is - each time a person enters a new comment - a new row will be created with the persons name and his comment.
my raw data would be:
Find the example in the attached image..
pic.JPG
Note that in the summary tab - any "(blank)" comments will be ignored..and only the non blanks will be picked..the names in the summary tab are pre-populated i.e. they are standard names and will not be dynamic. its a fixed list of names. only Tom, Harry, PEter and Rob will be on this list. On an on going basis - their comments will be updated based on what we see in Sheet1(raw data). We do not need to re-generate these names from the first sheet. i will do that already.
The macro will run through Sheet1 (raw data) and will look look at each comment the person has made and then concatenate it into sheet 2 - where the names of the person already exsist. the macro will only output results in "Comments" column of the Sheet 2!
Can you please help me create something of this sort??
I am using excel 2003
Bookmarks