I have a list of data, all in one column. I need to separate the date into 3 columns. How do I do that?

Here's what I have:

Column A
Business
Contact
<empty cell>
email

What I need is:

Column A Column B Column C
Business Contact Email

Thanks