I've been given an Excel spreadsheet with the city, state zip in one column and I need 3 columns. One with city(no comma) one with state and one with zip.
It looks like most of the zip codes are 5 rather than 9 digits. So I can get those with the Left function, but I don't know how to get the state and then the city.
Since I have to choose the beginning character for the Mid function and I can't be sure which one that is.
There are 2 thousand of these so I really appreciate your help.
It looks like most of the zip codes are 5 rather than 9 digits. So I can get those with the Left function, but I don't know how to get the state and then the city.
Since I have to choose the beginning character for the Mid function and I can't be sure which one that is.
There are 2 thousand of these so I really appreciate your help.