eco467student2
New Member
- Joined
- Apr 2, 2011
- Messages
- 2
I've got a database export of addresses that looks like this
Geo_Address
WHITE&SECOND
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
WASHINGTON&CENTER
297 SECOND AVE
I need a formula that can place a space before and after the ampersand (so I can run this through Google Geocoder API as an intersection) while leaving the other strings in each row without an & in tact. So this formula should provide the following results:
Geo_Address
WHITE & SECOND
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
WASHINGTON & CENTER
297 SECOND AVE
Thanks for any help you can provide.
Geo_Address
WHITE&SECOND
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
WASHINGTON&CENTER
297 SECOND AVE
I need a formula that can place a space before and after the ampersand (so I can run this through Google Geocoder API as an intersection) while leaving the other strings in each row without an & in tact. So this formula should provide the following results:
Geo_Address
WHITE & SECOND
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
1 MCDONOUGH PLAZA
WASHINGTON & CENTER
297 SECOND AVE
Thanks for any help you can provide.