UllrichNumber7
New Member
- Joined
- Jun 26, 2014
- Messages
- 5
Hey I need some help with some data reformatting via excel. I believe I need to create a set of macros and IF statements for this, but I definitely need some help and do not know where to start.
Here is my situation:
I have a excel document 521,165 Rows in it, all in column A. The issue with this is, its full of data. The entries need to be elongated into 1 row per entry, not anywhere from 3-6 rows per. This is a list of contact information, including company names, address, city state zip, email, and phone number. Each comma is a new row on the spread sheet. That being said, not every entry has a email, phone, or all of the information. What I need to do with it is turn it from:
Jane Doe inc.
Example lane
City, state, 81346
example@gmail.com
(808) 064-2654
But some of the entries may be
Jane Doe inc.
Example lane
City, state, 81346
(808) 064-2654
(missing some, you get the point)
Into 1 row, with each data in its own separate cell. We also need to break the city, state, and zip into their own cells respectively so that we can continue to sort the data by state, zip, city, etc. Can someone please help? I have no idea where to go with this and it is simply not feasible in anyway to copy and past + transpose to reformat this. There must be a different way!
Help is greatly appreciated!
Daniel
Here is my situation:
I have a excel document 521,165 Rows in it, all in column A. The issue with this is, its full of data. The entries need to be elongated into 1 row per entry, not anywhere from 3-6 rows per. This is a list of contact information, including company names, address, city state zip, email, and phone number. Each comma is a new row on the spread sheet. That being said, not every entry has a email, phone, or all of the information. What I need to do with it is turn it from:
Jane Doe inc.
Example lane
City, state, 81346
example@gmail.com
(808) 064-2654
But some of the entries may be
Jane Doe inc.
Example lane
City, state, 81346
(808) 064-2654
(missing some, you get the point)
Into 1 row, with each data in its own separate cell. We also need to break the city, state, and zip into their own cells respectively so that we can continue to sort the data by state, zip, city, etc. Can someone please help? I have no idea where to go with this and it is simply not feasible in anyway to copy and past + transpose to reformat this. There must be a different way!
Help is greatly appreciated!
Daniel