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

ExcelNewbie2020

Active Member
Joined
Dec 3, 2020
Messages
293
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

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
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,563
Messages
6,125,554
Members
449,237
Latest member
Chase S

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