+ Reply to Thread
Results 1 to 5 of 5

Hyperlink & Vlookup formula

  1. #1
    Registered User
    Join Date
    10-27-2020
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    51

    Hyperlink & Vlookup formula

    Hi there,

    Would it possible for this type of formula to return value only when the relevant link is provided in the source table? I mean when there's no link in the identified cell the cell remains blank.

    =HYPERLINK(VLOOKUP(B207,Table1,4,FALSE),"IMAGE")

    Many thanks,
    Kapi

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,460

    Re: Hyperlink & Vlookup formula

    I tested in attachment and it works for me.
    Attached Files Attached Files
    Quang PT

  3. #3
    Registered User
    Join Date
    10-27-2020
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    51

    Re: Hyperlink & Vlookup formula

    Thank for your reply. In your example, would it be possible for the formula (C7) to return blank if we deleted link the link for option b (H3) and typed 'b' as our selection (B7)

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,460

    Re: Hyperlink & Vlookup formula

    May be try with IF

    =IF(VLOOKUP(B7,E2:H4,4,0)="","",HYPERLINK(VLOOKUP(B7,E2:H4,4,0),"image"))

  5. #5
    Registered User
    Join Date
    10-27-2020
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    51

    Re: Hyperlink & Vlookup formula

    Thanks for this suggestion. I'll give it a try and let you know if it worked

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 09-05-2022, 12:27 AM
  2. hyperlink formula using index/match or vlookup?
    By rishijain11 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-04-2014, 11:58 AM
  3. Hyperlink in a vlookup formula
    By skip2mylew in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-11-2013, 08:53 PM
  4. Using Vlookup to pull hyperlink from Master Hyperlink file list.
    By theflyingnimbus in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-02-2013, 01:42 PM
  5. Replies: 0
    Last Post: 01-22-2013, 09:40 AM
  6. Formula to use vlookup and hyperlink
    By paperwings25 in forum Excel General
    Replies: 4
    Last Post: 11-22-2011, 05:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1