Hi everyone,
I am working with a database of (roughly) 10,000 records and have telephone numbers in a multitude of different formats. I would like a formula which will make them all the same.
There is variation in the numbers, which leads me to believe this will be difficult. Some are missing the initial zero, some have the country code with plus symbol before, some with brackets and the spacing is different across the file.
The closest I've gotten to a solution is with using: [<=9999999] ###-####;0### #### ####
To get the format 0### #### ####, but this won't remove country codes or symbols. Is there a way to force each entry to start with zero (without adding one if it is already there) and to remove country codes/symbols?
Any advice would be greatly appreciated.
Bookmarks