Forum Discussion
sbhan4
Oct 12, 2020Copper Contributor
Formatting help with Transpose
Hi everyone, I am trying to split the Standard released column in such a way after the semicolon it should in the next row. Please see attached excel sheet Input Output
- Oct 12, 2020
easiest way is with Power Query
- convert the source to table or name it as Range and query
- split first column texts to list with semicolon delimiters
- expand lists to rows
- load result to Excel sheet
SergeiBaklan
Oct 12, 2020Diamond Contributor
easiest way is with Power Query
- convert the source to table or name it as Range and query
- split first column texts to list with semicolon delimiters
- expand lists to rows
- load result to Excel sheet
- sbhan4Oct 12, 2020Copper Contributor
Thanks for your help!
I am using a power query.
-splitting columns by delimiter - done
- How to expand lists to rows?
- sbhan4Oct 12, 2020Copper Contributor
SergeiBaklan It worked ..thanks
- sbhan4Oct 12, 2020Copper Contributor
SergeiBaklan It worked perfectly!! thanks !!!