Skip to content
/ call Public

πŸ“ž Call - Smart Way to Make Phone Numbers Clickable in Google Sheets

License

Notifications You must be signed in to change notification settings

gsheeets/call

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ž Call
Smart Way to Make Phone Numbers Clickable in Google Sheets

The problem

HYPERLINK() is the function to create links, but it doesn't support (or offers) tel: or call: link protocoles.

Workaround

First option

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.

BEST option

You can use Gsheeets Call page which contain nothing else but the redirection to the tel protocol, you can check code here.

Demo

Need some demo, check those links:

How to use

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")

Authors

  • Mehdi Chaouch - Maintainer - GitHub followers

License

This project is licensed under the MIT License - see the LICENSE details.

Credits

Inspired by

This was designed with the inspiration from this fine folks:

About

πŸ“ž Call - Smart Way to Make Phone Numbers Clickable in Google Sheets

Topics

Resources

License

Stars

Watchers

Forks

Languages