Auto update phone number prefix in google sheets or elsewhere

Status: Closed · Asked by Tamosukas on · 0 views

Tamosukas — Question ·

Hello I planing to send sms or whatsap messages to clients who fill form on my website, but very often they fill wrong phone prefix or even without the prefix
as example normal phone must look like this
+37067400200
but users can fill like this
37067400200
67400200
867400200
+370 674 002 00
How to auto correct them and where best to do this. And may be you can sugest cheapest sms provider for europe
P.S. country phone specific is that all numbers must have 37067400200 number 6 and users usualy starts 3706, or +3706 or 86 or even 6...

Fagun Shah — Reply ·

Follow this workflow - It does proper for each number format you gave -

You can try by submitting number in different formats in this form - https://fagunshah.in/code/
And see results in this GSheet - https://docs.google.com/spreadsheets/d/1HKr3z-V7VSpyFP3y5D32aigE_o0cwrG7BLPKVo1CnDg/edit usp=sharing

In google sheet number is added with '+' but it does not show by default, to see that select the cell of number and see it in formula bar above.

Copy workflow from here - https://connect.pabbly.com/workflow/share/XRUCMFMyAisFTwd9VTgFIgsYCj0EWFNpVUVVXF04BUM#

Attachments

Sourav Copy G sheet Data.png
Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
nicx — Reply ·
Follow this workflow - It does proper for each number format you gave -

You can try by submitting number in different formats in this form - https://fagunshah.in/code/
And see results in this GSheet - https://docs.google.com/spreadsheets/d/1HKr3z-V7VSpyFP3y5D32aigE_o0cwrG7BLPKVo1CnDg/edit?usp=sharing

In google sheet number is added with '+' but it does not show by default, to see that select the cell of number and see it in formula bar above.

Copy workflow from here - https://connect.pabbly.com/workflow/share/XRUCMFMyAisFTwd9VTgFIgsYCj0EWFNpVUVVXF04BUM#

nice info,,

what if I want to replace first string of phone number, usualy 0 replace with country code,, :

0856324234234
to
65856324234234

Fagun Shah — Reply ·
nice info,,

what if I want to replace first string of phone number, usualy 0 replace with country code,, :

0856324234234
to
65856324234234


You still need to do use a similar formula top pick certain number from RIGHT and then concatenate with country code. If you get stuck PM me https://www.facebook.com/fagun.shah.7/
Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/

Back to all forum threads · Log in to reply