Vlookup with hyperlink function

gazmoz17

Board Regular
Joined
Sep 18, 2020
Messages
158
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm struggling with this...
Excel Formula:
=IF(ISERROR(VLOOKUP([@[Product code]], Hyperlink!B:D, 3, FALSE)), [@[Name Source]], HYPERLINK(VLOOKUP([@[Product code]], Hyperlink!B:D, 3, FALSE), [@[Name Source]]))


If the initial vlookup results in an error eg Product code doesnt exist in my range in sheet Hperlink cols B:D............ then return [Name Source]

; DO NOT return as a hyperlink just the text value.

If doesnt return an error then bring in the hyperlink with friendly name as [Name Source]

Unfortunately its always bringing in a hyperlink even when that initial vlookup value results in an #N/A.

I dont want it to return as hyperlink as it result in a blank hyperlink as that product code deosnt exist yet.

Many Thanks
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Can you post a screenshot please, unable to see where [@[Name Source] is in relation to formula.
 
Upvote 0
Hi, thanks for the response 👍.

As the formula I posted wasnt working I've restired the orig formula:

Excel Formula:
=IFERROR(HYPERLINK(VLOOKUP([@[Product code]], Hyperlink!B:D, 3, FALSE), [@[Name Source]]),[@[Name Source]])

Thanks
 

Attachments

  • 1704464364266.png
    1704464364266.png
    96.7 KB · Views: 7
  • 1704464404373.png
    1704464404373.png
    2.6 KB · Views: 7
  • 1704464440936.png
    1704464440936.png
    3.7 KB · Views: 7
Upvote 0

Forum statistics

Threads
1,215,068
Messages
6,122,950
Members
449,095
Latest member
nmaske

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