Splitting Text String Across Rows

CHarding

New Member
Joined
Oct 3, 2011
Messages
2
Hi guys,

Got a relatively simple one... I was wondering how I'd go about splitting out a string of text I've got in one cell so that it shows up in a "list" rather than a string.

Example:

  • I've currently got 123,321,123,321 in cell D1
  • I'd like to move this data to show up over cells A1, A2, A3 & A4 (even if they're actually all in A1, they display in this way)
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Try Data > Text to Columns, delimited with , as the delimiter. This will split the string into D1:G1.
 
Upvote 0
Cool, is it possible to perform this action so the destination cells are vertical rather than horizontal?
 
Upvote 0
If you now copy D1:G1 then click in A1 and Edit > Paste Special, tick Transpose and click OK, that will create a vertical list.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,833
Members
452,947
Latest member
Gerry_F

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