How can I turn part of the Excel data to columns to get a desired output?

后端 未结 2 455
温柔的废话
温柔的废话 2020-12-07 04:45

For eg - Say I have data in the following format -

Current Format

I would need the data to be formatted in the following f

相关标签:
2条回答
  • 2020-12-07 05:18

    What you want to do is called:

    Unpivot:

    1. Select the data and on the Insert menu choose Table
    2. On the Data menu click From Table/Range
    3. The query window will open. Choose the columns you need to extract. With your data the columns to highlight are "Type" and "Number of Cases"
    4. On the Tranform menu choose Unpivot Columns
    5. If the data looks right now, close the Query Editor (accepting changes).

    Examples here: Unpivot Excel Data

    img

    0 讨论(0)
  • 2020-12-07 05:29

    This is very easy with PowerQuery. It is inbuilt for Excel 2016 and a freely available add in for Version from 2010 to 2013.

    You would set your data up as a table excluding the first row which contains the text Number of Cases (Ctrl + T whilst bring up window to create table)

    Then from the data tab (Excel 2016) or the Powerquery tab (earlier versions) select data from table and use your newly created table as source.

    Highlight the last 3 columns and right click > unpivot columns

    Double click in headers section and rename Attribute as Type and Value as Number of Cases

    Top left select close and load to

    Select table and load to new worksheet (or existing)

    View result

    0 讨论(0)
提交回复
热议问题