D
DavidObeid
My problem can be presented as follows:
If column A has an unordered list of numbers and colum B contain
textual descriptions of the entries in column A, how can I construct
formula that will concatenate all of the text entries in column B tha
match the same data in column A.
EG
A B
1 5 John
2 7 Tony
3 3 Mick
4 7 Pat
5 2 Mary
6 7 Louis
7 2 Andrew
I want to generate a formula to concatenate everyone who has a numbe
7. Ie my result will be "Tony Pat Louis". I can take care of formatin
later.
I'm still a VBA newbie, so any VBA solutions will need idiot proo
instructions on how to implement.
Thanks in advance.
Dav
If column A has an unordered list of numbers and colum B contain
textual descriptions of the entries in column A, how can I construct
formula that will concatenate all of the text entries in column B tha
match the same data in column A.
EG
A B
1 5 John
2 7 Tony
3 3 Mick
4 7 Pat
5 2 Mary
6 7 Louis
7 2 Andrew
I want to generate a formula to concatenate everyone who has a numbe
7. Ie my result will be "Tony Pat Louis". I can take care of formatin
later.
I'm still a VBA newbie, so any VBA solutions will need idiot proo
instructions on how to implement.
Thanks in advance.
Dav