How to Add Click-to-Dial Phone Numbers in Excel for Mac
Question details
The user wants to create a click-to-dial feature in Excel for Mac to initiate phone calls directly from a spreadsheet.
- Product
- Microsoft Excel for Mac
- Device & OS
- macOS
- Scenario
- Setting up a spreadsheet where clicking a phone number automatically triggers a calling application like FaceTime.
- Observed behavior
- Excel for Mac does not have a native, one-click dialing button, requiring manual configuration of telephone hyperlinks or custom AppleScript automation.
Ensure you have a default calling application set up on your Mac (such as FaceTime or a supported VoIP app) and that you are signed in to handle outgoing calls.
Use Telephone URI Hyperlinks
The simplest method to enable click-to-dial is by formatting the phone number as a 'tel:' hyperlink.
By utilizing standard URI schemes, you can force Excel to hand off the dialed number to your Mac's default communication software without needing any code.
In your Excel spreadsheet, identify the cell with the phone number you wish to make clickable.
Select the cell, right-click, and choose 'Hyperlink' (or navigate to Insert > Hyperlink from the top menu).
In the 'Link to' or 'Address' dialog box, enter the phone number using the tel URI format. For example, type 'tel:+1234567890'.
Click 'OK' to save the hyperlink. Click the newly created link in the cell; it should prompt your default calling application to dial the number.
Create a Custom AppleScript for FaceTime
For a more automated experience, you can write an AppleScript that passes the phone number from Excel directly to FaceTime.
Enable Click-to-Dial in WPS Spreadsheet for Mac
You can easily set up actionable phone number links in WPS Office for Mac using standard telephone URI hyperlinks, streamlining your calling workflow.
- 1. Open Your Document: Launch WPS Office on your Mac and open your spreadsheet.
- 2. Select the Target Cell: Click on the cell containing the phone number you want to make clickable.
- 3. Insert Hyperlink: Press 'Cmd + K' or navigate to the Insert tab and click 'Hyperlink'.
- 4. Configure the URI: In the address box, input the number in the tel format (e.g., tel:+1234567890) and click OK.
- 5. Make the Call: Click the newly created link in WPS Spreadsheet to launch your Mac's default calling app instantly.

Frequently Asked Questions
Why isn't my click-to-dial link working in Excel for Mac?
Ensure your hyperlink is formatted correctly with the 'tel:' prefix and no spaces (e.g., tel:+1234567890). Additionally, verify that you have a default calling application properly configured and signed in on your Mac's system settings.
Can I use Skype or Teams instead of FaceTime?
Yes, clicking a 'tel:' hyperlink will prompt macOS to open your default VoIP or calling application. You can change this default application in your Mac's FaceTime preferences under the 'Default for calls' dropdown menu.
Do I need to learn Visual Basic to make calls from Excel?
No. While VBA, AppleScript, or Objective-C can be used to build complex, automated dialers, simply inserting a 'tel:' hyperlink is a built-in, no-code solution that natively triggers your Mac's calling software.




