Hi everyone.
I am struggling to convert the following
Input:
Field1 | Field2 |
A | ABC |
A | DEF |
B | GHI |
B | JKL |
B | MNO |
c_etc | etc |
Desired Output:
A | B | c_etc |
ABC | GHI | etc |
DEF | JKL | |
MNO |
.
Any help would be hugely appreciated.
Many thanks,
TSP
Solved! Go to Solution.