Forum Discussion
Anonymous
3 years agoNot applicable
Splitting multiple values in a row to columns
Hi Team, I have one scenario Which is having two columns Start and End. Start End A,B,C X,Y,Z and I need output like this. Start End A X B ...
JoeBarry
3 years agoSolution Sage
Hi Anonymous
In Power Query
- Highlight the Start column
- In the Transform tab choose split by delimter and choose comma
- Highlight the columns that are created with the values
- right click and choose Unpivot columns
repeat for the End columns
thanks
Joe