Create new Excel rows based on column data

后端 未结 4 770
感动是毒
感动是毒 2021-01-23 03:43

Good afternoon all,

I have an issue where I have users who have multiple bank account details. I need to try and create a new row for each employee who has more than one

4条回答
  •  囚心锁ツ
    2021-01-23 04:20

    You Can definitely use Power Query to transform the data to generate new rows using split column option.

    Check this article it explains the process in detail.

    1. Load Data in Power Query section of excel.
    2. Create an Index (Not required step)
    3. Use Split column function with advance options and split them into new rows.
    4. Save this result into new table for your use.

    I did it myself and it worked like a charm.

提交回复
热议问题