Forum Discussion
Anonymous
Oct 31, 2017Auto Dial Phone numbers with Skype or Twillio
We use an excel sheet to store details of sale prospects and at the moment we cut and paste the phone numbers into skype for business is there a way we can click to dial them on Skype or Twillio or a...
Ken Garman
Oct 31, 2017Copper Contributor
Hi David, there is 2 ways you can achieve this that i know of.
First method is to just put tel:* in front of the phone number in Excel.
Method 1
Second method and the way i prefer for long lists of numbers is to put this in an empty cell and replace "A1" with the cell that has the phone number in you want to click on.
=IF(A1<>"",HYPERLINK("tel:"&A1,A1),"")
Method 2