Forum Discussion

Samirv's avatar
Samirv
Copper Contributor
Oct 10, 2020
Solved

How can I create table from registration table

Hello,   I have a table which contains registration data which then want to be able to convert it into another table of different format automatically or with minimal steps.  For example, I have th...
  • Riny_van_Eekelen's avatar
    Oct 11, 2020

    Samirv PowerQuery would be the easiest. collect your data in a structured table, query it and unpivot the date columns and then create the three column table as you described. Attached an example.

     

    Append some new data to the table in Sheet1. Table expands automatically.

    Go to the Table1 tab, right-click anywhere inside the table and select refresh, or select "Refresh all" in the Data ribbon.

     

    If you re new to PQ, this is a good place to start (though there are many sites providing similar tutorials).

    https://exceloffthegrid.com/power-query-introduction/ 

Resources