Transpose range rows by 3 columns into single row by 3 columns

ExcelNewbie2020

Active Member
Joined
Dec 3, 2020
Messages
289
Office Version
  1. 365
Platform
  1. Windows
Gurus,
I am trying to transpose a range of rows by 3 columns into a single row by 3 columns. Please see below;
1607090255259.png

table 1 is the original format while table 2 is the expected result.

Is there any excel button that can do the transposition? Excel vba can help too.

Thank you very much,
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Book1
ABCDEFGHIJKLMNOP
1ABCABCDEFGHIJKL
2DEF
3GHI
4JKL
Sheet3
Cell Formulas
RangeFormula
E1:P1E1=INDEX($A$1:$C$4,ROUNDUP(COLUMNS($A:A)/3,0),MOD(COLUMNS($A:A)-1,3)+1)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top