Hi, I'm trying to take the text from one column and split it up into multiple columns. I tried to use the Data>Text to columns but the problem is there is no uniform length or spacing between each cell. I have 2000+ entries like this. Some examples are shown below.
6 COUSINS COVE LN
355 WILLOW AV
6 DEMSHIRE TERR
GALWAY CRT
27 JENKINS AV
2479 RTE 350
649 WATER ST E
140 N SULLIVAN RD
These are basically all addresses and I want to break each one apart into separate columns
UNIT_ID, ST_NM_PREF, ST_NM_BASE, ST_TYP, ST_NM_SUFF
Some description of each column:
UNIT_ID = the number before the text, occasionally is blank
ST_NM_PREF = this is the prefix of the address, usually a directional indicator such as N, S, E W, may be blank, but between the UNIT_ID and ST_NM_BASE
ST_NM_BASE = this is the name of the street, usually after the unit ID or prefix if included and before the st_typ, can contain 1 or more words with multiple spaces
ST_TYP = this is the street type indicator that follows the base name, for example RD, AV, LN, DR, ST, may be blank
ST_NM_SUFF = this is the suffix of the address, usually a directional indicator such as N, S, E W, may be blank but usually falls after the ST_TYP
I'm under the impression there is really not way to create a single formula to be able to separate these but if it is possible any help would be appreciated.
An alternative if the above won't work would be to break it twice simply separating the UNIT_ID from everything else.
The two columns I would be looking for to break it into would be UNIT_ID and ST_NAME. Again I would use the text to columns in excel but as you can see above the unit_id is not uniform in length all the way through.
If both cases are possible please provide a resolution for each.
Thanks and best regards.
6 COUSINS COVE LN
355 WILLOW AV
6 DEMSHIRE TERR
GALWAY CRT
27 JENKINS AV
2479 RTE 350
649 WATER ST E
140 N SULLIVAN RD
These are basically all addresses and I want to break each one apart into separate columns
UNIT_ID, ST_NM_PREF, ST_NM_BASE, ST_TYP, ST_NM_SUFF
Some description of each column:
UNIT_ID = the number before the text, occasionally is blank
ST_NM_PREF = this is the prefix of the address, usually a directional indicator such as N, S, E W, may be blank, but between the UNIT_ID and ST_NM_BASE
ST_NM_BASE = this is the name of the street, usually after the unit ID or prefix if included and before the st_typ, can contain 1 or more words with multiple spaces
ST_TYP = this is the street type indicator that follows the base name, for example RD, AV, LN, DR, ST, may be blank
ST_NM_SUFF = this is the suffix of the address, usually a directional indicator such as N, S, E W, may be blank but usually falls after the ST_TYP
I'm under the impression there is really not way to create a single formula to be able to separate these but if it is possible any help would be appreciated.
An alternative if the above won't work would be to break it twice simply separating the UNIT_ID from everything else.
The two columns I would be looking for to break it into would be UNIT_ID and ST_NAME. Again I would use the text to columns in excel but as you can see above the unit_id is not uniform in length all the way through.
If both cases are possible please provide a resolution for each.
Thanks and best regards.