Hi,
I'm looking to concat the contect of 2 cells based on the unique identifier to create a new field without changing the structure of the data:
Input:
ID | Type | Name |
1 | Enabler | apples |
2 | Dependent | wine |
1 | Dependent | juice |
3 | Dependent | chips |
3 | Enabler | potatoes |
2 | Enabler | grapes |
Desired output:
ID | Type | Name | Concatenated field |
1 | Enabler | apple | apple juice |
2 | Dependent | wine | grape wine |
1 | Dependent | juice | apple juice |
3 | Dependent | chips | potato chips |
3 | Enabler | potato | potato chips |
2 | Enabler | grape | grape wine |
Thanks
Solved! Go to Solution.
You will need to have a formula after each join. You'll setup the concatenated field with the appropriate enabler and dependent field.
Then you can select, cleanup and union the data back together.
Minor revision.
It is morning and a module is here now. It is very close to the descriptions of a sleepy community member.
User | Count |
---|---|
107 | |
85 | |
76 | |
54 | |
40 |