help me split into two rows

lochness8

New Member
Joined
Feb 27, 2019
Messages
1
I have hundreds of rows like these. I would like to break up this row into two rows.
I have (soft return inside cell)

CHEM-120MW W11:10AM 7:50AM12:35PM 11:00AMW222 E237Diane,
Joe
01/28/201905/24/2019

<tbody>
</tbody>


I would like it to be on separate rows:

CHEM-108-9107MW 11:10AM 12:35PM W222Diane 01/28/201905/24/2019

<tbody>
</tbody>
CHEM-108-9107W 07:50AM 11:00AM E237Joe 01/28/201905/24/2019

<tbody>
</tbody>

Any suggestions on how to do this in excel? will i need VBA?

Thanks!

****** id="cke_pastebin" style="position: absolute; top: 185.6px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">05/24/2019

</body>
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
copy the column where you have more lines in one cell -> paste to notepad (I assume the cell with will be pasted in quotation marks) ->replace quotation marks for nothing-> copy data from notepad -> paste to word -> replace spaces for line breaks "^p" -> copy data from word -> paste back to excel

should work if you have spaces between the lines ..if you have them between other words you dont want to replace its a bigger issues ..if you dont have spaces at all there you will have to find some other character that you could replace i.e. if you have something like "12:35PM11:00AM" you could replace M for M^p
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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