Hi guys,
In Sheet1 i have the following formula which displays the value(hyperlink to website or distrubution list) from Sheet2.
=IF(ISNA(MATCH($A77,'MM Shelf'!$F$7:$AG$7,0)),"",HLOOKUP($A77,'MM Shelf'!$F$7:$AG$27,L$1,0))
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
In Sheet1 i have the following formula which displays the value(hyperlink to website or distrubution list) from Sheet2.
Code:
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