Multi rows into Single row using power query

alipezu

Board Regular
Joined
Oct 18, 2016
Messages
51
Hello All,
how can I convert multi rows data into single row using power query..
My above column must look like the below comlumn..
Thanks..
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]Driver Name[/TD]
[TD]Driver ID[/TD]
[TD]Bus Number[/TD]
[TD]School ID[/TD]
[TD]School Name[/TD]
[TD]Timing[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]1005[/TD]
[TD]F5002[/TD]
[TD]A123[/TD]
[TD]Helen Model School[/TD]
[TD]7:15[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]1005[/TD]
[TD]F5002[/TD]
[TD]A300[/TD]
[TD]Stuart High School[/TD]
[TD]8:00[/TD]
[/TR]
</tbody>[/TABLE]

[TABLE="class: grid, width: 900"]
<tbody>[TR]
[TD]Driver name[/TD]
[TD]Driver ID[/TD]
[TD]Bus Number[/TD]
[TD]School ID1[/TD]
[TD]School Name1[/TD]
[TD]Timing1[/TD]
[TD]School ID2[/TD]
[TD]School Name2[/TD]
[TD]Timing2[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]1005[/TD]
[TD]F5002[/TD]
[TD]A123[/TD]
[TD]Helen Model School[/TD]
[TD]7:15[/TD]
[TD]A300[/TD]
[TD]Stuart High School[/TD]
[TD]8:00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,224,823
Messages
6,181,177
Members
453,021
Latest member
Justyna P

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