Manage Data, split cell data

AbrahamGluck

Board Regular
Joined
Apr 12, 2016
Messages
129
Office Version
  1. 365
Platform
  1. Windows
I have a list sheet with customer data, see below

[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]Abraham[/TD]
[TD]Gluck[/TD]
[TD]718 111 2121[/TD]
[TD]example@example.com[/TD]
[/TR]
[TR]
[TD]Moses[/TD]
[TD]Grace[/TD]
[TD]845 343 3434[/TD]
[TD]example@example.com[/TD]
[/TR]
[TR]
[TD]Miriam & Mindy[/TD]
[TD]Smith[/TD]
[TD]347 243 2433 fax[/TD]
[TD]example@example.com and@Iol.com[/TD]
[/TR]
</tbody>[/TABLE]


I want to split off the third row into 2 separate rows, I have hundreds of rows and quite a lot of this example of row 3.

so it will looks like this table below
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]Abraham[/TD]
[TD]Gluck[/TD]
[TD]718 111 2121[/TD]
[TD]example@example.com[/TD]
[/TR]
[TR]
[TD]Moses[/TD]
[TD]Grace[/TD]
[TD]845 343 3434[/TD]
[TD]example@example.com[/TD]
[/TR]
[TR]
[TD]Miriam[/TD]
[TD]Smith[/TD]
[TD]347 243 2433 fax[/TD]
[TD]example@example.com and@Iol.com[/TD]
[/TR]
[TR]
[TD]Mindy[/TD]
[TD]Smith[/TD]
[TD]347 243 2433 fax[/TD]
[TD]example@example.com and@Iol.com[/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hello. Are they all entered exactly the same way with the & in between the two first names?
 
Upvote 0

Forum statistics

Threads
1,223,712
Messages
6,174,031
Members
452,542
Latest member
Bricklin

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