Hi
I have a tabel in power query excel 2016. In this query I have a tabel like this under here.
My question is, is it posible to split the A column so it will look like the second tabel under here?
In my tabel I have many other coulums to, like Amount, Restamount and som others, but this is not important in what I trying to do.
Tabel 1 Raw data in
[TABLE="class: grid, width: 800"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10018 Customer name[/TD]
[TD]<-- Customer number and name[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2089[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]10019 Customer name[/TD]
[TD]<-- Customer number and name[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2000344[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2000345[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]1001 Customer name[/TD]
[TD]<-- Customer number and name[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]345[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]67598[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
</tbody>[/TABLE]
Tabel 2 Hope to get the result like this.
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD][/TD]
[TD]A (Customer number)[/TD]
[TD]B (Customer name)[/TD]
[TD]C (Invoice number)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10018[/TD]
[TD]Customer name[/TD]
[TD]2089[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10019[/TD]
[TD]Customer name[/TD]
[TD]2000344[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]10019[/TD]
[TD]Customer name[/TD]
[TD]2000345[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1001[/TD]
[TD]Customer name[/TD]
[TD]345[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1001[/TD]
[TD]Customer name[/TD]
[TD]67598[/TD]
[/TR]
</tbody>[/TABLE]
Hope someone can help me out here
I have a tabel in power query excel 2016. In this query I have a tabel like this under here.
My question is, is it posible to split the A column so it will look like the second tabel under here?
In my tabel I have many other coulums to, like Amount, Restamount and som others, but this is not important in what I trying to do.
Tabel 1 Raw data in
[TABLE="class: grid, width: 800"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10018 Customer name[/TD]
[TD]<-- Customer number and name[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2089[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]10019 Customer name[/TD]
[TD]<-- Customer number and name[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2000344[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2000345[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]1001 Customer name[/TD]
[TD]<-- Customer number and name[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]345[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]67598[/TD]
[TD]<-- Invoice number[/TD]
[/TR]
</tbody>[/TABLE]
Tabel 2 Hope to get the result like this.
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD][/TD]
[TD]A (Customer number)[/TD]
[TD]B (Customer name)[/TD]
[TD]C (Invoice number)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]10018[/TD]
[TD]Customer name[/TD]
[TD]2089[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10019[/TD]
[TD]Customer name[/TD]
[TD]2000344[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]10019[/TD]
[TD]Customer name[/TD]
[TD]2000345[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1001[/TD]
[TD]Customer name[/TD]
[TD]345[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1001[/TD]
[TD]Customer name[/TD]
[TD]67598[/TD]
[/TR]
</tbody>[/TABLE]
Hope someone can help me out here