Hi community,
I can’t seem to transpose the number from column to row. I used cross tab, RegEx, Summarize tools but nothing seems to be working. Appreciate any help.
| Points (Before) |
| 50;51;52 |
| 53;54 |
| 55 |
| 56;57;58 |
| |
| |
| Points (After) |
| 50,51,52,53,54,55,56,57,58 |