Hi,
I have a list with mobilephone numbers from several countries that I need to format in a specific way.
I need phone numbers to all begin with "00Countrycode" (example, Sweden = 0046).
An example of numbers that I have and that needs to be adjusted are:
0701234567, should be 0046701234567
+46701234567, should be 0046701234567
01712345678, should be 00491712345678
+491712345678, should be 00491712345678
Is there some way to replace all these in the same call into the same table?
Thanks in advance and let me know if you need any more information!
I have a list with mobilephone numbers from several countries that I need to format in a specific way.
I need phone numbers to all begin with "00Countrycode" (example, Sweden = 0046).
An example of numbers that I have and that needs to be adjusted are:
0701234567, should be 0046701234567
+46701234567, should be 0046701234567
01712345678, should be 00491712345678
+491712345678, should be 00491712345678
Is there some way to replace all these in the same call into the same table?
Thanks in advance and let me know if you need any more information!