Copy data in column from each row

ellyzadg

Board Regular
Joined
May 9, 2016
Messages
75
Hi Everyone,

Would like to ask an easy way where I can easily list the information in rows into column list.
Thanks!

Current Data
In actual, this composed of around100 data rows
Note:

Column AColumn BColumn CColumn DColumn EColumn FColumn GColumn H
Row 1Order1APPLEBANANACATDOGEELGOATHAT
Row 2Order2APPLE-batch1BANANACATDOGEELGOATHAT
Row 3Order3APPLEBANANACATDOGEEL


EXPECTED RESULT
Column AColumn B
Row 1Order1APPLE
Row 2Order1BANANA
Row 3Order1CAT
Row 4Order1DOG
Row 5Order1EEL
Row 6Order1GOAT
Row 7Order1HAT
Row 8Order2APPLE-batch1
Row 9Order2BANANA
Row 10Order2CAT
Row 11Order2DOG
Row 12Order2EEL
Row 13Order2GOAT
Row 14Order2HAT
Row 15Order3APPLE
Row 16Order3BANANA
Row 17Order3CAT
Row 18Order3DOG
Row 19Order3EEL
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
I can try to talk you through it.
  • Convert your original data table into a proper Excel table.
  • Give the table a name. I called mine tblData
  • Data > From Table/Range (button on far left)
  • You will now be in the Power Query editor
  • If you see a Changed Type step after Source in the right hand pane - delete it
  • Select your first column (Column A)
  • Transform > Unpivot Columns > Unpivot Other Column
  • Click anywhere in the grid and hit Ctrl+A (select all)
  • Transform > Detect Data Type (will be roughly below Add Column).
  • In the right hand side give the query a name it will become the output table name too, so pick something useful
  • Home > Close & Load
You will then have a table in Excel in the format you are after.

It sounds like a lot of steps but in Power Query it is only 3 steps.

1626334604780.png
 
Upvote 0
Solution

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top