Forum Discussion
ChristoNindyoVNS70
Jul 21, 2024Copper Contributor
Automate transpose every 5 rows into 5 columns
Hello, I want to transpose every 5 rows into 5 columns From this : into this : Is there any way to do it in one go ? Thank you!
OliverScheurich
Gold Contributor
=DROP(WRAPROWS(A1:A25,5),,-1)
With Office 365 and Excel for the web this formula could be an alternative. With legacy Excel e.g. Excel 2013 an alternative could be Power Query.
ChristoNindyoVNS70
Jul 22, 2024Copper Contributor
How do it with Power Query?
- OliverScheurichJul 22, 2024Gold Contributor
The attached sample file uses 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.
The data layout in the attached file is for illustration. You can place the green result table in another worksheet as well.