IS there a way to creat hyperlinks with a vlookup

Nikkiho

New Member
Joined
Jan 2, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Hi, Not sure if this is possible but I have a worksheet that is setup as follows

Sheet 1

Column A Column B
NAME Phone Issued

John 101
Mary 302
Susie 906


Sheet 2

Column A Column B
PHONE NAME NUMBER

101 800-555-7865
302 321-555-9854
906 212-555-6643

What I am looking to do is have it set up so that on Sheet 1 when we put the phone name into the phone issued column the name becomes a hyperlink to the corresponding phone number on sheet 2. This way our mobile device users who will be viewing sheet 1 through Microsoft Teams can click on the phone name and call that number without having to store all 300 phones in their contacts.

Is this possible?

Thanks
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Perhaps something like this?
Book2
ABC
1nameissuedNumber
2john101800-555-7865
3mary302321-555-9854
4susie906212-555-6643
Sheet1
Cell Formulas
RangeFormula
C2:C4C2=HYPERLINK(VLOOKUP(B2,Sheet2!$A$2:$B$4,2,0))

To apply the link to existing text or that entered by the user would only be possible on a desktop version of excel, not on a mobile device.
 
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,731
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top