HYPERLINK() is the function to create links, but it doesnβt support (or offers) tel: or call: link protocoles.
As describe in Google Docs Editors Community, you can use an add-on or use labnol third-party URL without knowing what is done with you info.
You can use Gsheeets Call page which contain nothing else but the redirection to the tel protocol, you can check code here.
Need some demo, check those links:
You just need to concatenate you phone number cell (here A1
) with https://gsheeets.github.io/call/
via an HYPERLINK function like this:
=HYPERLINK("https://gsheeets.github.io/call/"&A1; "Call our support team")
This project is licensed under the MIT License - see the LICENSE details.
This was designed with the inspiration from this fine folks: