Hello
I have a bunch of information that is currently in a single column and 3,441 rows of an excel spreadsheet It looks like this"
Record 1 Name
Record 1 Address
Record 1 City
Record 1 State
Record 1 Zip
{space}
Record 2 Name
Record 2 Address
...
...
The "records' are always separated by a space and most of the time have the same number of elements Some may be missing the last element before the space
How do I convert this to look like this across multiple columns and rows?
Record 1 Name Record 1 Address Record 1 City ....
Record 2 Name Record 2 Address Record 2 City...
I tried using a macro, but I dont know how to make it search for a space and write the data to the next row in the final table.
Thanks in advance for the help!
Dave
I have a bunch of information that is currently in a single column and 3,441 rows of an excel spreadsheet It looks like this"
Record 1 Name
Record 1 Address
Record 1 City
Record 1 State
Record 1 Zip
{space}
Record 2 Name
Record 2 Address
...
...
The "records' are always separated by a space and most of the time have the same number of elements Some may be missing the last element before the space
How do I convert this to look like this across multiple columns and rows?
Record 1 Name Record 1 Address Record 1 City ....
Record 2 Name Record 2 Address Record 2 City...
I tried using a macro, but I dont know how to make it search for a space and write the data to the next row in the final table.
Thanks in advance for the help!
Dave