Forum Discussion
tyler0803
Jun 19, 2023Copper Contributor
Repeat Cell Values
Hello all, I am trying to transpose data in a way that is more readable for a software I will be using. I have attached an image that contains what the current table looks like, and then the des...
OliverScheurich
Jun 19, 2023Gold Contributor
An alternative could be Power Query. In the attached file you can add data to the blue dynamic table. Then you can click in any cell of the green table and right-click with the mouse and select refresh to update the green result table.
- tyler0803Jun 19, 2023Copper Contributor
Thank you! What if I wanted to expand the table by a few columns and rows? Would I have to change the code in the query?
- OliverScheurichJun 19, 2023Gold Contributor
The code in the query doesn't have to be changed. The number of rows and columns of the blue table is recognized by the code because the tables are dynamic. Data can be added to the blue table and after selecting refresh the green table returns the updated result.