Forum Discussion
clieboff
Nov 06, 2021Copper Contributor
Excel transpose and merge
Does anyone know a function or method in excel of getting data in a state from Illustration 1 to Illustration 2. Transform could be part of the solution but I need a way to consolidate rows and colum...
SergeiBaklan
Nov 06, 2021Diamond Contributor
Power Query could help
clieboff
Nov 06, 2021Copper Contributor
cool. I've never used before. do you happen to know how that could work and the steps?
- SergeiBaklanNov 06, 2021Diamond Contributor
Sure, if only you share sample file instead of screenshot
- clieboffNov 06, 2021Copper Contributori updated my post to include. much appreciated.
- SergeiBaklanNov 06, 2021Diamond Contributor
Thank you.
- Not exactly necessary, but it's better to transform source data into structures table (Ctrl+L or Cltrl+T staying within it)
- Right click on it and Get Data from Table/Range or Get Data from Sheet or like depends on your Excel version
- in Power Query editor select Service Level 2 column, Transform->Pivot Column, Value as value
- land result into Excel sheet
- adjust formats as needed
Alternatively you may create PivotTable based o your source, also in attached.