Dear Community
What formula should I use to change a Mobile number from (+44)7000-000000 to 0044 7000 000000?
Thanks
Solved! Go to Solution.
Hi @Tommaso83 try this:
Replace(Replace(ReplaceChar([Field],')-',' '),'+','00'),'(','')
Hope that helps,
Ollie
Amazing!!!
Thanks for the super-quick help 🙂
@Tommaso83 no worries. If my answer solved your problem, would you mind marking it as a solution so other people with the same problem can find it later?
Thanks,
Ollie
Done @OllieClarke