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

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
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,599
Messages
6,120,447
Members
448,966
Latest member
DannyC96

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