HYPERLINK Function

mikeymay

Well-known Member
Joined
Jan 17, 2006
Messages
1,600
Office Version
  1. 365
Platform
  1. Windows
I am using the HYPERLINK function to open a website that is held in another cell.

=HYPERLINK(AE4,AC4)

Cell AE4 is the website, e.g. U.S. Preferred ETF
AC4 is holding the Friendly Name

I am getting an error massage that says - Unable to open WEBSITE. Cannot locate the Internet server or proxy server.

I can't seem to find any solution for this which is a little frustrating for something so simple and fundamental to Excel.


TIA
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
whats in AE4 ?
is it the FULL website address including HTTPS://
or just a shortned text
like
website.com

otherwise Add the Https
=HYPERLINK("https://"&AE4,AC4)
 
Upvote 0
working fine for me here
if you click on the links above , as shown in the posts - do you get to the website OK ?

Book4
BCDEFGHI
1
2fredU.S. Preferred ETFfred
3tetsglobalxetfs.com/funds/pffd/tets
4aglobalxetfs.com/funds/pffd/a
5bbU.S. Preferred ETFbb
6
Sheet2
Cell Formulas
RangeFormula
C2,C4:C5C2=HYPERLINK(E2,I2)
C3C3=HYPERLINK("https://"&E3,I3)
 
Upvote 0
It tries to open the link but it comes up with the error message.

I can see you're on a Mac platform which could mean settings on the Windows platform would be different.
 
Upvote 0
maybe
But can you open the webpage , if put directly into a browser ?
what browser is set as default
Windows version - also worth adding to profile

your not getting a link error , more of an internet DHCP error , not able to locate the server / proxy server

maybe a windows firewall prevent access

I'm not sure Excel uses as the default browser now - I know on older version it used IE and I think on 365 on windows 10 - last time i used it - it used Edge
But not 100% certain on that
 
Upvote 0

Forum statistics

Threads
1,215,757
Messages
6,126,693
Members
449,331
Latest member
smckenzie2016

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