+ Reply to Thread
Results 1 to 3 of 3

Need to look up data from a hyperlink

  1. #1
    Registered User
    Join Date
    03-20-2012
    Location
    Chattanooga, TN, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Question Need to look up data from a hyperlink

    Hello,

    I have a variable text formula which builds a file path dependent on other portions of my spreadsheet.

    Its formula resembles:

    =HYPERLINK(CONCATENATE("file://",Manifest!H$1,DT!B$1,"/",H$1,"/",A$1,"-",AAI$2,"-",TEXT(A38,"dd"),"-",AAI$1,".xlsx","#",B$6,"!","J$4"))

    which returns a file path resembling:

    file://NETWORK/DEPT CODE/PRODUCTION/PRODUCTION FOLDERS/EMPLOYEE NAME/MM - MMMM/EMPLOYEE INITIALS-MM-DD-YY.xlsx#WORKSHEET NAME!J$4

    I know that all of my hyperlinks work and advance to their specified location, and don't return an error.
    ___________________________________________________

    What I need is to find a way to automate the process of referencing and returning the data from J$4 on the other end of the hyperlink, and seeing that data in the cell with the hyperlink (while keeping in mind I need to retain the hyperlink properties).

    I've tried using several different methods to successfully achieve my desired result, but have obviously not succeeded.

    Any ideas/comments what might help me out?

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482

    Re: Need to look up data from a hyperlink

    You may have to supply others something to work with.

    Indirect can be used for hyperlinks.

  3. #3
    Registered User
    Join Date
    03-20-2012
    Location
    Chattanooga, TN, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Need to look up data from a hyperlink

    I actually figured it out. I used the reference that i wanted to return data, so pretty much the filename produced by the above mentioned formula, and set it as the Friendly_Name in the Hyperlink function.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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