+ Reply to Thread
Results 1 to 9 of 9

Hyperlink index and match???

  1. #1
    Registered User
    Join Date
    06-23-2014
    Location
    england
    MS-Off Ver
    2013
    Posts
    78

    Hyperlink index and match???

    Hi,

    Hoping you can help!

    looking to create a HYPERLINK formula in conjunction of an INDEX AND MATCH

    I want to point at a "Cell" on Sheet1 and point at Row 1 on Sheet2 and if there is a match between the "Cell" and a cell within the top row on Sheet2 create hyperlink.

    Anyhelp be greatly appreciated

    Thank in advance

    Matt

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Hyperlink index and match???

    This should be possible; can you supply a sample workbook to see how your data is setup to give more precise help?
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  3. #3
    Registered User
    Join Date
    06-23-2014
    Location
    england
    MS-Off Ver
    2013
    Posts
    78

    Re: Hyperlink index and match???

    Hi, Cheers for the assistance

    Hopefully the attached example workbook makes sense in what im looking to achieve

    Cheers

    Example1.xlsx

  4. #4
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Hyperlink index and match???

    Try this (copy down):

    Please Login or Register  to view this content.
    Click (*) if you received helpful response.

    Regards,
    David

  5. #5
    Registered User
    Join Date
    06-23-2014
    Location
    england
    MS-Off Ver
    2013
    Posts
    78

    Re: Hyperlink index and match???

    Cheers for the response and works great in the example spreadsheet

    When I move the formula into my required workbook it doesn't work? i think its to do with the CHAR part of the function.

    An example of the the cell contents to look up would be

    "Have you installed the Talkers for today's install?"

    Sorry if i've read the function wrong!

    Been a fantastic help

  6. #6
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Hyperlink index and match???

    Explanation
    Please Login or Register  to view this content.
    "#Sheet2!" => name of the worksheet on workbook that contain the data, format: the name of worksheet always between "# and !"
    CHAR(64+(MATCH(A2,Sheet2!$1:$1)))&ROW($1:$1) => the result are the name of column that contain word/words on A2 (ie if A2 = A the result of formula are column G1 on your example)
    A2 => value on A2 (the result on your example "A")

    Note : you must change "Sheet2" into your worksheet name that contain the data


    PS : Sorry my english not good, if you hard on read my explanation, hope another member can give you a better one.

  7. #7
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Hyperlink index and match???

    On the attachment, i make a minor change, so if nothing match with value on cell a, it will be empty
    Attached Files Attached Files

  8. #8
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Hyperlink index and match???

    A different approach. You'll just need to change the names of Sheet1 and Sheet2 in the formula to your actual sheet names. The formula should be able to drag down through column B on your Sheet1 example. It will also leave the cells blank that return no match from Sheet2.

    Placed in Sheet1 of example:
    Please Login or Register  to view this content.
    Hope this helps!
    Last edited by mcmahobt; 01-06-2015 at 09:54 AM.

  9. #9
    Registered User
    Join Date
    06-23-2014
    Location
    england
    MS-Off Ver
    2013
    Posts
    78

    Re: Hyperlink index and match???

    Thanks for all your help! Got it all up and running

    Much appreciated!

+ 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. Hyperlink, Index, Match
    By Bob Lankin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-24-2013, 11:55 PM
  2. Index, match & hyperlink
    By kryzis04 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-07-2013, 09:26 AM
  3. Hyperlink, Index, Match Fill question
    By lpost1214 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-02-2012, 04:26 PM
  4. Hyperlink, Index, Match Fill question
    By lpost1214 in forum Excel General
    Replies: 2
    Last Post: 05-01-2012, 02:00 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