Transform single column into multiple columns & rows

henryg

Board Regular
Joined
Oct 23, 2008
Messages
145
Office Version
  1. 365
Platform
  1. Windows
I have data in this format
Ad
Be
Cf
Ag
Bh
Ci

<tbody>
</tbody>
and I want


<tbody>
</tbody>
ABC
def
ghi

<tbody>
</tbody>

for about a thousand rows; and preferably not a macro.

Pretty sure this must be a common problem, but couldn't find it here. I thought it was in one of Bill's videos but again couldn't find it.

Thanks :)
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
The above either doesn't do it, or I can't get my head around it. I have been able to get a helper column in place so that the data then looks like (so 3 columns)

A d 1
B e 1
C f 1
A g 2
B h 2
C i 2
A j 3
B k 3
C l 3

etc etc

and I still want the output to be in 3 columns - helper column shown but not needed

A B C Helper
d e f 1
g h i 2
j k l 3

It's driving me crazy
 
Upvote 0

Forum statistics

Threads
1,215,463
Messages
6,124,963
Members
449,200
Latest member
indiansth

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