I am curious if anyone has some macro that can identify and format a phone number into the International format. I am working on a CRM database with over 200 various countries and the phone number field is pretty clean in terms having the having the country code and number. However the ask is to "Text to Columns" for further analysis. For example:
USA Phone Number (11 Char)
17145551212
or
UK Phone Number (12 Char)
441234555555
| Country Code | Area Code | Number | | |
| 1 | 714 | 5551212 | | |
| 44 | 1234 | 555555 | | |
Any Suggestions would be great.
Thank you