C
chunt
I have the following info:
A_________________B________C________D______
Sarah Schwartz A1 1163233
Anne Schwartz A2 1163233
Marcus Lehr A2 1582167
Eric Lehr A1 1582167
Matthew Weiss A2 2194223
Kari Weiss A1 2194223
Ryan Mc Cartney A1 2299079
Kelly Mc Cartney A2 2299079
Cornelius Brendan-Guiney A1 2301508
Roberta Guiney A2 2301508
Nancy Trojan A3 2302575
Kenneth Trojan A2 2302575
Debra Wittington A1 2302575
Shannon Kozlowski A2 2348145
Shannon Kozlowski A1 2348145
Jesse Zoller A1 2383021
Gary Zoller A3 2383021
Jeremy Zoller A2 2383021
I need to concatenate a string in column E such that for all matching
numbers in column D (they will be above or below eachother as it is
sorted by column D) I get all of the names in Column A separated by
the & symbol.
for example, I need to end up with a string that looks like Nancy
Trojan&Kenneth Trojan&Debra Wittington for the value 2302575 in column
D or Shannon Kozlowski&Shannon Kozlowski for the value 2348145 in
column D.
Thanks for any help you can give.
A_________________B________C________D______
Sarah Schwartz A1 1163233
Anne Schwartz A2 1163233
Marcus Lehr A2 1582167
Eric Lehr A1 1582167
Matthew Weiss A2 2194223
Kari Weiss A1 2194223
Ryan Mc Cartney A1 2299079
Kelly Mc Cartney A2 2299079
Cornelius Brendan-Guiney A1 2301508
Roberta Guiney A2 2301508
Nancy Trojan A3 2302575
Kenneth Trojan A2 2302575
Debra Wittington A1 2302575
Shannon Kozlowski A2 2348145
Shannon Kozlowski A1 2348145
Jesse Zoller A1 2383021
Gary Zoller A3 2383021
Jeremy Zoller A2 2383021
I need to concatenate a string in column E such that for all matching
numbers in column D (they will be above or below eachother as it is
sorted by column D) I get all of the names in Column A separated by
the & symbol.
for example, I need to end up with a string that looks like Nancy
Trojan&Kenneth Trojan&Debra Wittington for the value 2302575 in column
D or Shannon Kozlowski&Shannon Kozlowski for the value 2348145 in
column D.
Thanks for any help you can give.