Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Data Pivot help

Helo experts,
Need to pivot data like below
Please help

NoNameType
100, 101, 102AppleFruit
200, 201, 202OnionVeg
   

 

NoNameType
100AppleFruit
101AppleFruit
102AppleFruit
200OnionVeg
201OnionVeg
202OnionVeg
  • Hello Anonymous 

     

    do the following : 

    step1 :  select the column to expand to rows and click on spit columns -->  by delimiter,

     

    step 2 : 

     

    hit enter. 

     

     

     

    f my answer helped sort things out for you, i would appreciate a thumbs up πŸ‘ and mark it as the solution !βœ…
    It makes a difference and might help someone else too. Thanks for spreading the good vibes! πŸ€ 

     

3 Replies

  • Daniel29195's avatar
    Daniel29195
    Community Champion

    Hello Anonymous 

     

    do the following : 

    step1 :  select the column to expand to rows and click on spit columns -->  by delimiter,

     

    step 2 : 

     

    hit enter. 

     

     

     

    f my answer helped sort things out for you, i would appreciate a thumbs up πŸ‘ and mark it as the solution !βœ…
    It makes a difference and might help someone else too. Thanks for spreading the good vibes! πŸ€ 

     

    • Anonymous's avatar
      Anonymous
      Not applicable
      Missed advanced options. Thanks
  • Hi, judging by your data, you should first split the first column by the ", " in order to create separate columns with numbers. Next you can play with pivot/unpivot columns/other columns. 

    Kudos and mark as solution appreciated πŸ™‚