Quick Append in Power Query???

TDC21

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

Plate GroupCountMarketCost/LBMarkupMarkup %
<= 1.5 and <= 120319.46.39.0718%

<tbody>
</tbody>

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

Plate GroupTypeValue
<= 1.5 and <= 120Count319
<= 1.5 and <= 120Market.46
<= 1.5 and <= 120Cost/LB.39
<= 1.5 and <= 120Markup.07
<= 1.5 and <= 120Markup %18%

<tbody>
</tbody>

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

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Yes. It is called unpivot. Right click on the first column, then select the context menu “unpivot other columns”
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,257
Members
449,075
Latest member
staticfluids

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