C
Chris
I need to split one column into three city, state, zip
Right now they are all in one in the following formats:
city, state zip
sometimes the state is spelled out sometimes abreviated, the zip sometimes
has a suffix on it, ie 94241-1234
Let me know what you think is the best way to deal with it?? I think if I
can separate it first by "," (left) and next by a 'space' from the right it
might work, I just can't get it to work right. Thanks for your help
Right now they are all in one in the following formats:
city, state zip
sometimes the state is spelled out sometimes abreviated, the zip sometimes
has a suffix on it, ie 94241-1234
Let me know what you think is the best way to deal with it?? I think if I
can separate it first by "," (left) and next by a 'space' from the right it
might work, I just can't get it to work right. Thanks for your help