Will_Texas
New member
- Joined
- Dec 20, 2021
- Messages
- 16
- Reaction score
- 1
- Points
- 3
- Location
- Houston, Texas
- Excel Version(s)
- 365
Hello, I have a large data set with US based addresses. I was wondering what the best way would be to parse the addresses so it is:
Street City State Zip Country
Below is an example of three sample addresses, all contained in a single cell, over three rows. parsing out State, Zip and Country isn't a problem.
The issue is parsing out via delimiters (there are none) between the Street and the City. Some City names are one, or two words. Some Streets end with Pkwy, Dr, BLVD, or have no abbreviation at all. My data set is downloaded as a .CSV file type.
6402 Fairmont Pkwy Pasadena TX 77505 US
510 S Interstate 35 Round Rock TX 78681 USA
11800 Hero Way W Leander TX 78641 USA
These addresses all "map" when uploaded to mapping software (google maps, etc.) so, I'm open to suggestions - either trying to parse the data in Power Query by some type of delimeter, or connecting to a web-based data source that will return the proper address format to my excel file.
The goal here is that I can sort/filter/view by City and then take into Power BI, etc. Thanks!
Street City State Zip Country
Below is an example of three sample addresses, all contained in a single cell, over three rows. parsing out State, Zip and Country isn't a problem.
The issue is parsing out via delimiters (there are none) between the Street and the City. Some City names are one, or two words. Some Streets end with Pkwy, Dr, BLVD, or have no abbreviation at all. My data set is downloaded as a .CSV file type.
6402 Fairmont Pkwy Pasadena TX 77505 US
510 S Interstate 35 Round Rock TX 78681 USA
11800 Hero Way W Leander TX 78641 USA
These addresses all "map" when uploaded to mapping software (google maps, etc.) so, I'm open to suggestions - either trying to parse the data in Power Query by some type of delimeter, or connecting to a web-based data source that will return the proper address format to my excel file.
The goal here is that I can sort/filter/view by City and then take into Power BI, etc. Thanks!