bornsteij78
New Member
- Joined
- Sep 29, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi Everyone,
I need to separate address information into 5 columns. Some of the addresses have 4 separators, and some have 3.
When I do text to columns, using "," as a separator, this is what happens:
How can I most efficiently get all these addresses to do this:
Any help/guidance would be much appreciated.
Thanks!
I need to separate address information into 5 columns. Some of the addresses have 4 separators, and some have 3.
Address |
1 Main St, Watertown, MA, 02472 |
8 Main St, #2, Watertown, MA, 02472 |
When I do text to columns, using "," as a separator, this is what happens:
How can I most efficiently get all these addresses to do this:
Address 1 | Address 2 | City | State | Zip |
1 Main St | Watertown | MA | 02472 | |
8 Main St | #2 | Watertown | MA | 02472 |
Any help/guidance would be much appreciated.
Thanks!