Need Help in Row & Columns

Santosh080

Board Regular
Joined
Jul 15, 2016
Messages
73
Office Version
  1. 2021
Platform
  1. Windows
Hi
I am new to excel. so need some help in converting a row into multiple column.

I have a excel file with one column like this,

AAA​
123​
KI98​
BBB​
435​
FG45​
CCC​
854​
DF34​



and i want the above data in below format,

AAA​
123​
KI98​
BBB​
435​
FG45​
CCC​
854​
DF34​


Please help how can i do this easily.

Thanks
Santosh
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi,

Here is one of the possible solutions:
Book1
ABCDEFGHI
1AAA123KI98BBB435FG45CCC854DF34
2
3AAA123KI98
4BBB435FG45
5CCC854DF34
Sheet1
Cell Formulas
RangeFormula
A3:A5A3=INDEX($A$1:$I$1,3*ROWS(E$3:E3)-2)
B3:B5B3=INDEX($A$1:$I$1,3*ROWS(F$3:F3)-1)
C3:C5C3=INDEX($A$1:$I$1,3*ROWS(G$3:G3))
 
Upvote 0
Thanks for the feedback and good luck!

J.Ty.
 
Upvote 0

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

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