rleal2010
Android Enthusiast
Here is what i'm trying to do.
I'm making a rolodex online using google spreadsheet.
I embedded the spreadsheet on google sites as a list.
I want to be able to make a phone number click-able.
I have played with both ends of the phone and the google application.
However the only thing that works in my android phone is this code in the browser
wtai://wp/mc;XXXXXXXXX where X=a digit from a 10 number phone number.
The code will open up the dialer and enter the number XXXXXX perfectly! However I'm having trouble loading that code from a google document as a link to the address bar.
I know hyperlinks work in the google document because I can add a hyper link as so:
=HYPERLINK("google.com","Google")
or to open up my mail client and address it to someone
=HYPERLINK("mailto:XXX@gmail.com","Send an Email)
Technically to make a phone number put in cell A1, the code would be
=HYPERLINK("wtai://wp/mc;&$A1&", "Click to Call")
but its not working!!!
I'm making a rolodex online using google spreadsheet.
I embedded the spreadsheet on google sites as a list.
I want to be able to make a phone number click-able.
I have played with both ends of the phone and the google application.
However the only thing that works in my android phone is this code in the browser
wtai://wp/mc;XXXXXXXXX where X=a digit from a 10 number phone number.
The code will open up the dialer and enter the number XXXXXX perfectly! However I'm having trouble loading that code from a google document as a link to the address bar.
I know hyperlinks work in the google document because I can add a hyper link as so:
=HYPERLINK("google.com","Google")
or to open up my mail client and address it to someone
=HYPERLINK("mailto:XXX@gmail.com","Send an Email)
Technically to make a phone number put in cell A1, the code would be
=HYPERLINK("wtai://wp/mc;&$A1&", "Click to Call")
but its not working!!!