Hyperlink after IF,MATCH &HLOOKUP funtcion

michelcr7

New Member
Joined
Jun 14, 2018
Messages
7
Hi guys,

In Sheet1 i have the following formula which displays the value(hyperlink to website or distrubution list) from Sheet2.

Code:
=IF(ISNA(MATCH($A77,'MM Shelf'!$F$7:$AG$7,0)),"",HLOOKUP($A77,'MM Shelf'!$F$7:$AG$27,L$1,0))
Code:

This works correctly but how do i get to appear as a hyperlink so once clicked it goes to the specific cell(or even directly to the website or distrubution list) it got from the IF function on Sheet2?

Best regards,
Michel
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
You mean:
Code:
=HYPERLINK(IF(ISNA(MATCH($A77,'MM Shelf'!$F$7:$AG$7,0)),"",HLOOKUP($A77,'MM Shelf'!$F$7:$AG$27,L$1,0)))
I recevies :"Cannot open the specified file"

Unfortunatelly doesn't work. Problem is that IF functions return only values from another sheet, not the hyperlink assign to value.
 
Upvote 0
Ok, maybe I'm not following what your IF function is doing then, or maybe my understanding of the Hyperlink function is wrong. Maybe another use has an idea for you on this one then, sorry.
 
Upvote 0
Maybe I was not clear. Sorry for that.

Generally my if function match's specific condition-example:

A: https.www.boc
B: https.ww.cic

But function IF brake hyperlink and receives only value 'https.www.boc.

Any idea hot to fix it?
 
Upvote 0

Forum statistics

Threads
1,215,339
Messages
6,124,363
Members
449,155
Latest member
ravioli44

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