+ Reply to Thread
Results 1 to 5 of 5

Dynamic Hyperlink from other cells

  1. #1
    Registered User
    Join Date
    12-07-2016
    Location
    Caddington
    MS-Off Ver
    2010
    Posts
    4

    Dynamic Hyperlink from other cells

    Hi there

    What would be the best way to create a dynamic hyperlink that could link to a local file/folder that is produced from the value of 2 or 3 other cells?

    For example:

    I want to create a hyperlink in cell A3 that links directly to the folder found at v://JOBS/AQUA/JamesBr

    A1 has the value "AQUA"
    A2 has the value "JamesBr"
    A3 contains the link with the friendly name "Click Here"

    Really not sure what the best way to achieve this would be?

    Many thanks

  2. #2
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Dynamic Hyperlink from other cells

    =hyperlink("v://JOBS/"&A1&"/"&A2,A3)

  3. #3
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Dynamic Hyperlink from other cells

    Or sorry to actually do as you've asked:

    Place this in A3

    =hyperlink("v://JOBS/"&A1&"/"&A2,"Click Here")

  4. #4
    Registered User
    Join Date
    12-07-2016
    Location
    Caddington
    MS-Off Ver
    2010
    Posts
    4

    Re: Dynamic Hyperlink from other cells

    That's fantastic!
    Works a treat.

    Many thanks

  5. #5
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Dynamic Hyperlink from other cells

    You're welcome,

    If that takes care of your thread place can you mark as solved and add reputation where you see appropriate

    Thanks

    Dave

+ 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. Dynamic Hyperlink from two cells
    By Atticus_Finch in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-07-2013, 03:54 PM
  2. [SOLVED] Dynamic Hyperlink
    By gan_xl in forum Excel General
    Replies: 5
    Last Post: 08-21-2013, 10:21 AM
  3. Dynamic Hyperlink
    By ScabbyDog in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-25-2012, 04:20 PM
  4. launching same hyperlink in dynamic cells
    By Fairport in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-18-2009, 08:46 AM
  5. [SOLVED] Dynamic hyperlink
    By [email protected] in forum Excel General
    Replies: 2
    Last Post: 08-22-2006, 07:35 AM
  6. [SOLVED] Dynamic Hyperlink
    By Larry S in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-17-2006, 07:25 AM
  7. Dynamic Hyperlink
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-14-2005, 12:05 AM
  8. Dynamic Hyperlink
    By Ciaran Duffy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-02-2005, 03:05 PM

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