Ok, I'm trying to do the following :
I have a row of data in one sheet with a unique code in Column A.
In sheet 2 I also have the same unique code in Column A, in columns B-G I have some names of people but some of these could be blank
I basically want to lookup the unique codes in Column A and then for a match concatenate B-G in a single cell (Column B) on sheet 1.
Also, rather than the data put into the cell being delimited by a comma, I need to have each name on a seperate line within the cell.
I have a row of data in one sheet with a unique code in Column A.
In sheet 2 I also have the same unique code in Column A, in columns B-G I have some names of people but some of these could be blank
I basically want to lookup the unique codes in Column A and then for a match concatenate B-G in a single cell (Column B) on sheet 1.
Also, rather than the data put into the cell being delimited by a comma, I need to have each name on a seperate line within the cell.