I have cells with the following addresses, and I'd like to split/separate data into individual columns.
The cells currently look like this: (3 different cells)
3352 RED ASH CIR OVIEDO, GA 23457
1655 COPPERLEAF CV ORLANDO, OH 88348
2345 DEEP OAK ST JACKSONVILLE, MT 38293
I need them to be separated into their own columns like this:
Address(Number and Street Name) City State ZIP
I have tried using the RIGHT, LEFT, LEN, FIND functions (with no luck), but my problem is the addresses have a different number of spaces in the street addresses, as well as the Cities have a different number of characters. I'm missing something somewhere. I used Power Query to get it this far, but need some help please. I have 14,000 of these that must be done for mail merge capability. Thanks!
The cells currently look like this: (3 different cells)
3352 RED ASH CIR OVIEDO, GA 23457
1655 COPPERLEAF CV ORLANDO, OH 88348
2345 DEEP OAK ST JACKSONVILLE, MT 38293
I need them to be separated into their own columns like this:
Address(Number and Street Name) City State ZIP
I have tried using the RIGHT, LEFT, LEN, FIND functions (with no luck), but my problem is the addresses have a different number of spaces in the street addresses, as well as the Cities have a different number of characters. I'm missing something somewhere. I used Power Query to get it this far, but need some help please. I have 14,000 of these that must be done for mail merge capability. Thanks!
Last edited: