How to move all data to one column

how do I make a data that look like below picture and change it to "to be"

What i'm trying to do

The picture will explain. i have a very long row of data that need to move in to 1 row, is there a easy way todo without copying and transpose row by row

1 Answer

You can use Power Query to get the result:

  1. Select Range and go to Data- From Table/Range (uncheck "My table has a header"):enter image description here

  2. Select all Columns- Go to Transform- Unpivot Columns- Remove column Atribute:enter image description here

  3. Close and load data:enter image description here

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like