pschroeder
New Member
- Joined
- Mar 6, 2012
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
I'm attempting to automate a workbook (without macros) using formulae to tidy/enhance data.
I've made a few unsuccessful attempts at using the SUBSTITUTE command to replace a specific string within a cell.
Is there a combination of commands that can be adopted to achieve this. For example:-
Thanks
I've made a few unsuccessful attempts at using the SUBSTITUTE command to replace a specific string within a cell.
Is there a combination of commands that can be adopted to achieve this. For example:-
Instruction | Existing Cell Content | Required Cell Content |
---|---|---|
Replace "Rd" with "Road" | 69-75 Sandgate Rd | 69-75 Sandgate Road |
Replace "Rd" with "Road" | 260 Earnshaw Rd | 260 Earnshaw Road |
Replace "Rd" with "Road" | 338 Guardhouse Rd | 338 Guardhouse Road |
Replace "St" with "Street" | 18 Tennant St | 18 Tennant Street |
Replace "St" with "Street" | 14 Daniel St | 14 Daniel Street |
Replace "St" with "Street" | Unit 3, 97 Banksia St | Unit 3, 97 Banksia Street |
Thanks