Bi Yoro Olivier ZOUZOU
New Member
- Joined
- Jun 26, 2017
- Messages
- 7
Hi all,
I am new in this forum and also new in my programming career in spreadsheets. I have a thousands of US addresses strings from which I have to separate the home number and street name, the city, the State code, and then the postal code.
Here are three examples:
[TABLE="width: 363"]
<colgroup><col width="363" style="width:272pt"> </colgroup><tbody>[TR]
[TD="class: xl16, width: 363"]713 Arch Street, Jacksonville Beach, FL 32250
[TABLE="width: 363"]
<colgroup><col width="363" style="width:272pt"> </colgroup><tbody>[TR]
[TD="class: xl16, width: 363"]341 Cardinal Drive, Wethersfield, CT 06109
[TABLE="width: 363"]
<colgroup><col width="363" style="width:272pt"> </colgroup><tbody>[TR]
[TD="class: xl16, width: 363"]134 Main Street East, Anchorage, AK 99504
a) For the Home number and street name, I'm ok with this formula: =MID(A6,1, FIND(",", A6,1)-1)
But I cannot find the formula to remove the cities and the postal codes.
Please help me
Regards,Olivier.[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I am new in this forum and also new in my programming career in spreadsheets. I have a thousands of US addresses strings from which I have to separate the home number and street name, the city, the State code, and then the postal code.
Here are three examples:
[TABLE="width: 363"]
<colgroup><col width="363" style="width:272pt"> </colgroup><tbody>[TR]
[TD="class: xl16, width: 363"]713 Arch Street, Jacksonville Beach, FL 32250
[TABLE="width: 363"]
<colgroup><col width="363" style="width:272pt"> </colgroup><tbody>[TR]
[TD="class: xl16, width: 363"]341 Cardinal Drive, Wethersfield, CT 06109
[TABLE="width: 363"]
<colgroup><col width="363" style="width:272pt"> </colgroup><tbody>[TR]
[TD="class: xl16, width: 363"]134 Main Street East, Anchorage, AK 99504
a) For the Home number and street name, I'm ok with this formula: =MID(A6,1, FIND(",", A6,1)-1)
But I cannot find the formula to remove the cities and the postal codes.
Please help me
Regards,Olivier.[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]