Help separating multiple data from one cell to individual row

thekodak

New Member
Joined
Jun 21, 2018
Messages
6
I don’t know what to call this, but someone has had to have done this before. Sorry if I’m searching for the wrong words on here, but I can’t find the answer.
Thanks for your help in advance.
I’m getting a data dump of random contact information, most of it I can sort pretty easy except the contact information for emails. They need to go into the system a certain way and I don’t know how to code it effectively. There’s most likely going to be a lot of these. If I can figure out an effective way of doing it, I’ll be a hero over here.
The dump the data dump is giving me names and emails. I’m getting multiple emails in one cell. I need to break them up by name into multiple rows. Each account has will have a random number of emails.
For example
a b c

1 Bob smith Email@yahoo.
Email@google.
Email@somewhere
2 Mary smith mary@mary.co
3 Joe ken joe@joe.com
ken@joe.com

I need them to look like this.
A B C
1 Bob smith Email@yahoo.
2 Bob smith Email@google.
3 Bob smith Email@somewhere
4 Mary smith mary@mary.co
5 Joe ken joe@joe.com
6 Joe ken ken@joe.com

I don’t understand how micros work so there’s an Excel code that would be great.

Thanks for your help!
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,215,159
Messages
6,123,351
Members
449,097
Latest member
thnirmitha

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