Hi guyzz,
I need a small code that does formatting a cell number as "0XXXXXXXXXX" . Any help appreciated...Please below for more details...
I dont want to return a boolean. I need your function to make the incoming text parameter as "0xxxxxxxxxx". Lets say an input "+905439781632" will be "05439781632" and an input "905439781632" will be "05439781632"
and an input "05439781632" will be "05439781632"
and an input "+90-543-978-1632" will be "05439781632"
and an input "(0543) 978-1632" will be "05439781632"
and an input "5439781632" will be "05439781632"
and so on...
--------------------------------------------------------------------------------
I need a small code that does formatting a cell number as "0XXXXXXXXXX" . Any help appreciated...Please below for more details...
I dont want to return a boolean. I need your function to make the incoming text parameter as "0xxxxxxxxxx". Lets say an input "+905439781632" will be "05439781632" and an input "905439781632" will be "05439781632"
and an input "05439781632" will be "05439781632"
and an input "+90-543-978-1632" will be "05439781632"
and an input "(0543) 978-1632" will be "05439781632"
and an input "5439781632" will be "05439781632"
and so on...
--------------------------------------------------------------------------------