text to columns

G

gls858

I have a column of text I want to split. How would I make it split on
two spaces. Example

Mt Vernon IL600111

I want Mt Vernon in one column and IL600111 in the other.

gls858
 
B

Bill Kuunders

You could do a find and replace to change the double space to a comma
and then do a <data> <text to columns> with the comma as the delimiter
 
G

gls858

Bill said:
You could do a find and replace to change the double space to a comma
and then do a <data> <text to columns> with the comma as the delimiter

Thanks Bill that did the trick.

gls858
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top