logo
search
Office for Mac Issues

How to Add Click-to-Dial Phone Numbers in Excel for Mac

Maira MehtabMaira Mehtab Sep 20, 2026 868 views

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.
Before you start

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.

Solution 1Recommended

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.

1
Format the Phone Number

In your Excel spreadsheet, identify the cell with the phone number you wish to make clickable.

2
Open the Hyperlink Menu

Select the cell, right-click, and choose 'Hyperlink' (or navigate to Insert > Hyperlink from the top menu).

3
Enter the Link Address

In the 'Link to' or 'Address' dialog box, enter the phone number using the tel URI format. For example, type 'tel:+1234567890'.

4
Save and Test

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.

Include the Country Code: Always include the country code (e.g., +1 for the United States) when formatting your 'tel:' link to ensure the calling application routes the call correctly.

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. 1. Open Your Document: Launch WPS Office on your Mac and open your spreadsheet.
  2. 2. Select the Target Cell: Click on the cell containing the phone number you want to make clickable.
  3. 3. Insert Hyperlink: Press 'Cmd + K' or navigate to the Insert tab and click 'Hyperlink'.
  4. 4. Configure the URI: In the address box, input the number in the tel format (e.g., tel:+1234567890) and click OK.
  5. 5. Make the Call: Click the newly created link in WPS Spreadsheet to launch your Mac's default calling app instantly.
Free and lightweight office suite optimized for macOSSeamlessly handles standard URI hyperlinks like 'tel:' and 'mailto:'100% compatible with Microsoft Excel (.xlsx) filesIntuitive interface with no complex scripting required
microsoft office alternative - wps office

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.