FaceTime instead of iPhone dial from Excel on iPhone

=HYPERLINK(CONCATENATE("TEL:",B2))

Entering dials in FaceTime. How do I change to just iPhone?



[Re-Titled by Moderator]

iPhone 12, iOS 18

Posted on Jan 25, 2025 12:52 PM

Reply
Question marked as Top-ranking reply

Posted on Jan 26, 2025 12:40 AM

Gemini says:


The formula =HYPERLINK(CONCATENATE("TEL:", B2)) in Excel creates a hyperlink that, when clicked, initiates a call using the phone number in cell B2. However, this hyperlink defaults to using FaceTime for the call on an iPhone.


To change this use the default iPhone Voice Calls app instead of FaceTime: Modify the Hyperlink Formula: Replace the existing formula with: =HYPERLINK("tel:"&B2)

This simplified formula achieves the same result as the original CONCATENATE function.


  1. Test the Hyperlink:
    1. Click on the cell containing the hyperlink.
    2. Observe that the phone call is now initiated using the default iPhone Voice Calls app.


Explanation:

  • tel:: This is a special URL scheme that instructs the device to initiate a phone call.
  • &B2: This concatenates the "tel:" prefix with the phone number in cell B2.


By removing the unnecessary CONCATENATE function, you streamline the formula while maintaining the desired behavior of using the default iPhone Voice Calls app for outgoing calls.


1 reply
Question marked as Top-ranking reply

Jan 26, 2025 12:40 AM in response to lowerbp3

Gemini says:


The formula =HYPERLINK(CONCATENATE("TEL:", B2)) in Excel creates a hyperlink that, when clicked, initiates a call using the phone number in cell B2. However, this hyperlink defaults to using FaceTime for the call on an iPhone.


To change this use the default iPhone Voice Calls app instead of FaceTime: Modify the Hyperlink Formula: Replace the existing formula with: =HYPERLINK("tel:"&B2)

This simplified formula achieves the same result as the original CONCATENATE function.


  1. Test the Hyperlink:
    1. Click on the cell containing the hyperlink.
    2. Observe that the phone call is now initiated using the default iPhone Voice Calls app.


Explanation:

  • tel:: This is a special URL scheme that instructs the device to initiate a phone call.
  • &B2: This concatenates the "tel:" prefix with the phone number in cell B2.


By removing the unnecessary CONCATENATE function, you streamline the formula while maintaining the desired behavior of using the default iPhone Voice Calls app for outgoing calls.


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

FaceTime instead of iPhone dial from Excel on iPhone

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.