Transpose Rows to columns but in increments of 3 columns

devang3110

New Member
Joined
Mar 8, 2016
Messages
8
Hi,
So I have data organised as:

16.66666667016.6666666700016.66666667016.6666666716.66666667

<tbody>
</tbody>

And I want to transpose it in sets of 3, like:

16.66666667016.66666667
000
016.6666666716.66666667

<tbody>
</tbody>


Can anyone help me? I need to do this with a lot of data :/

Thanks!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi.

Assuming your original list is in A1:J1, enter this in your first cell of choice:

=INDEX($A$1:$J$1,3*(ROWS($1:1)-1)+COLUMNS($A:A))

Copy across and down as required.

Regards
 
Upvote 0

Forum statistics

Threads
1,221,476
Messages
6,160,059
Members
451,615
Latest member
soroosh

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