hi,
I need to concatenate the below data. For eg
This is how the original data looks like
Owner
A
B
Expert
C
Builder
D
E
and so on.
where Owner, Expert and Builder refer to ROLES and are placed in the GH and A,B,C,D and E are from a formula and are placed in the details section
I need to display like below
Owner Expert Builder
A C D
B E
How can this be done?