Forum Discussion

ezflow's avatar
ezflow
Copper Contributor
Jul 06, 2022

Transposing multiple rows to columns

Hi, I have an Excel list with a few hundred rows that I want to Transpose to a few columns.

I can copy / paste and transpose one row, or write a formula for a single row.
How would I transpond all Rows to columns at once?

 HardwareHardwareHardwareHardwareSoftware
RoleIDType of Computer Computer Monitors CISCO VOIPTablet Office 365
1001Day Extender2 MonitorsyesNoNot Required
1002Custom Order2 MonitorsYesNoNot Required
1003Day Extender2 MonitorsYesNoNot Required
1003Custom Order2 MonitorsYesNoNot Required
1004Day Extender2 MonitorsYesNoNot Required

 

To:

Role IDCategoryAccess TypeDefault Value
1001HardwareType of Computer Day Extender
1001HardwareComputer Monitors 2 Monitors
1001HardwareCISCO VOIPyes
1001HardwareTablet No
1001SoftwareOffice 365Not Required

For All Rows

 

2 Replies

  • ezflow 

    =INDEX($B$1:$F$7,COLUMN(A:A),ROW(1:1))

    You can try the above formula if you prefer this solution. I've entered the formula in cell B10 and copied across range B10:H14.

     

  • ezflow 

    In this example i've copied range B1:F7 and then selected cell B20. Then right click with the mouse and paste options -> transpose.

Resources