Quick Append in Power Query???

TDC21

Board Regular
Joined
Mar 31, 2017
Messages
97
I have a table that has the following Format

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Plate Group[/TD]
[TD]Count[/TD]
[TD]Market[/TD]
[TD]Cost/LB[/TD]
[TD]Markup[/TD]
[TD]Markup %[/TD]
[/TR]
[TR]
[TD]<= 1.5 and <= 120[/TD]
[TD]319[/TD]
[TD].46[/TD]
[TD].39[/TD]
[TD].07[/TD]
[TD]18%[/TD]
[/TR]
</tbody>[/TABLE]

I am trying to see if there is a simple way to convert that to

[TABLE="width: 500"]
<tbody>[TR]
[TD]Plate Group[/TD]
[TD]Type[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]<= 1.5 and <= 120[/TD]
[TD]Count[/TD]
[TD]319[/TD]
[/TR]
[TR]
[TD]<= 1.5 and <= 120[/TD]
[TD]Market[/TD]
[TD].46[/TD]
[/TR]
[TR]
[TD]<= 1.5 and <= 120[/TD]
[TD]Cost/LB[/TD]
[TD].39[/TD]
[/TR]
[TR]
[TD]<= 1.5 and <= 120[/TD]
[TD]Markup[/TD]
[TD].07[/TD]
[/TR]
[TR]
[TD]<= 1.5 and <= 120[/TD]
[TD]Markup %[/TD]
[TD]18%[/TD]
[/TR]
</tbody>[/TABLE]

I could make make duplicate tables and edit them so that they can be appended but this worksheet already has 5 queries, I am hoping there is a way to avoid adding another 5 just to reformat data that I already have.

Any thoughts, or just do the extra queries and append?
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

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