Formula that can find result and include hyperlinks

tonii4516

New Member
Joined
Jun 22, 2018
Messages
13
Hello,

I been trying to figure this one out but I can't find a way to do it without using macros.

open
open

In the "warranty" section, I want to be able to match the mode value with the list on column G. The difference is that the list will have hyperlinks to a downloadable format. Some of the values already have hyperlnks.

I used the vlookup but it only returns the text without the hyperlink. Then I tried using the hyperlink and vlookup function together but it will give me the text as a hyperlink but not with the hyperlink provided on the list in column G

I attached the link below.

I really appreciate the help.

https://drive.google.com/open?id=17w5T6lqjqwb8bD0I_1aLVbj9k28pPjQ1
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Your link would not open up, but consider this;

For the link to work it must be the actual address of the link.
So in your Table in the first column let it be the item you are looking up.
In the second column let it be the actual link.
In the third column let it be the nickname of the link.

Then in the Hyperlink formula in the link reference use the VLOOKUP to find the actual link in the second column.
In the part of the "Friendly Name" use the third column of the VLOOKUP.

Then the link ought to work.
 
Upvote 0
I was trying it out and it seems to bring everything over as a hyperlink...
Unless you name the links with a character that could be identified in the look up,
It would seem that you would need to get into macros...

In case you want to see, the formula I used in cell: D5

=HYPERLINK(VLOOKUP($B5,$G$4:$G$101,1,0),VLOOKUP($B5,$G$4:$G$101,1,0))
 
Upvote 0

Forum statistics

Threads
1,214,851
Messages
6,121,931
Members
449,056
Latest member
denissimo

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