Transposing data allows you to quickly switch the orientation of your table without retyping information. This guide covers both the static Paste Special method and the dynamic formula approach.
Le faire avec l'IASelect and Copy Data
Highlight the range of cells you want to transpose and press Ctrl + C to copy them.
Open Paste Special
Right-click the destination cell where you want the data to start, then select 'Paste Special'.
Apply Transpose
In the Paste Special dialog box, check the 'Transpose' box and click OK.
=TRANSPOSE(array)Paste Special creates a static copy, while the TRANSPOSE function creates a dynamic link that updates if the source data changes.