Single cell with multiple hyperlinks

garethwhitcombe

New Member
Joined
Jul 12, 2010
Messages
31
Dear MrExcel,

is there a way to have multiple hyperlinks to various files in one cel?


i want to the hyperlink to change based upon information entered in which i want it to copy an address from another sheet using the V-lookup command.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi garethwhitcombe,

You can use the Hyperlink() worksheet function to allow a cell's single hyperlink to be dynamic.
That can be coupled with Vlookup or other conditional function, for example...

=HYPERLINK(VLOOKUP("MyLookupName",Sheet2!A:B,2,0))

To clarify, this isn't the same has having multiple hyperlinks in one cell.
As far as I know, a single cell can have only one direct hyperlink.

A somewhat clunky workaround if there's a need for more than one clickable hyperlink in a cell (e.g. a list of addresses) is to place multiple shapes inside the cell and assign a hyperlink to each shape.
 
Upvote 0
Garethwhitcombe,

I needed to do this along time ago, however could never find a solution other than to 'trick the user'.
I was creating a front end with a locked sheet, and no cell headings so it was not a visible change.

To keep the appearance of Excel I added a very feint grey 'All Borders'. Turn off Grid lines then delete the borders between the 2/3/4 hyperlink cells to give the appearance of only being 1 cell (or write a routine/conditional formatting to do it for you).

Hope this idea works for your project too.

Regards,

Adam
 
Upvote 0
thanks I managed to get this to work. what i did was vlookup to a hidden cel then use the =Hyperlink function which works perfectly :)

well almost..... there is one website that requires logging in first before it will provide the linked data sheet. even if you log in and then click- it still goes back to the log in screen.
 
Upvote 0

Forum statistics

Threads
1,215,474
Messages
6,125,024
Members
449,204
Latest member
LKN2GO

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