My sheet has a list of addresses, split into 2 columns.
I would like to extract the street name only, excluding everything else. The tricky part is that some addresses list the direction before the street name & type, and some list it after.
Example:
2355 N Long Valley St
123 Georgia Ave NW
I would like to return only "Long Valley" and "Georgia"
Thanks in advance.
I would like to extract the street name only, excluding everything else. The tricky part is that some addresses list the direction before the street name & type, and some list it after.
Example:
2355 N Long Valley St
123 Georgia Ave NW
I would like to return only "Long Valley" and "Georgia"
Thanks in advance.