Forum Discussion

sbhan4's avatar
sbhan4
Copper Contributor
Oct 12, 2020
Solved

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

 

  • sbhan4 

    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

4 Replies

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    sbhan4 

    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

Resources