G
Gary F Shelton
Not even sure how to type this but I will give it a go
I have the following data.
Sku Plant WHS Contact Person
12345 11 AA Gary
12345 11 AA Tim
12345 11 AA Joe
What I want is to take the last column "Contact Person" and transpose the
data and then I want to concatonate the "Contact Person" into the same field
(seperate by a comma if need be...)
End result will look like:
Sku Plant WHS Contact Person
12345 11 AA Gary, Tim, Joe
The question you might have is how many combinations of names might I
have... Let's say at max is ten...
Thanks in advance for any help.
I have the following data.
Sku Plant WHS Contact Person
12345 11 AA Gary
12345 11 AA Tim
12345 11 AA Joe
What I want is to take the last column "Contact Person" and transpose the
data and then I want to concatonate the "Contact Person" into the same field
(seperate by a comma if need be...)
End result will look like:
Sku Plant WHS Contact Person
12345 11 AA Gary, Tim, Joe
The question you might have is how many combinations of names might I
have... Let's say at max is ten...
Thanks in advance for any help.