jeremyr863
New Member
- Joined
- Aug 18, 2021
- Messages
- 11
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
- Mobile
Hello all,
I need to perform a find and replace on multiple values that I'm sure can be coded in excel.
I have a list of address that have certain words that need to be replaced with a '~' symbol and some terms replaced with their abbreviation.
For instance:
Here we are replace apt, unit , and rm with the ~ symbol. Later the text to column function is used to eliminate the truncating value.
Also note street, lane, and boulevard have been replaced with ST, LN, and BLVD.
Im wondering if some sort of code can be used to knock out all 6 find and replaces at once.
I have many more terms to add and im thinking your help can aid as a template.
Much thanks.
I need to perform a find and replace on multiple values that I'm sure can be coded in excel.
I have a list of address that have certain words that need to be replaced with a '~' symbol and some terms replaced with their abbreviation.
For instance:
Addr | addr_2 |
123 abc street apt 5 | 123 abc ST ~ 5 |
456 qwe lane unit 5 | 456 qwe LN ~ 5 |
678 mno boulevard rm 4 | 678 mno BLVD ~4 |
Here we are replace apt, unit , and rm with the ~ symbol. Later the text to column function is used to eliminate the truncating value.
Also note street, lane, and boulevard have been replaced with ST, LN, and BLVD.
Im wondering if some sort of code can be used to knock out all 6 find and replaces at once.
I have many more terms to add and im thinking your help can aid as a template.
Much thanks.