+ Reply to Thread
Results 1 to 6 of 6

Linking to a matched cell across sheets

  1. #1
    Registered User
    Join Date
    11-05-2010
    Location
    Indiana, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Linking to a matched cell across sheets

    I am trying to find a combination of formulas that will look at a cell in Sheet1 and find the match across several sheets. I have the formula(s) that links to the match in a specific sheet, but I would like to be able to look for the match in all sheets and then link to it.

    Thanks,
    EK
    Attached Files Attached Files
    Last edited by EK01; 11-05-2010 at 06:08 PM. Reason: clarity

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Linking to a matched cell across sheets

    This will work for the two sheets shown:

    =IF($C2=0,"",HYPERLINK("#"&CELL("address",IF(ISNUMBER(MATCH(A2,Cash!B:B,0)), INDEX(Cash!B:B,MATCH(A2,Cash!B:B,0)), INDEX(AR!B:B,MATCH(A2,AR!B:B,0)))),A2))

    You could probably go a sheet or two above that in the formula without a lot of hassle, but beyond that you may need to consider using VBA for that.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    11-05-2010
    Location
    Indiana, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Linking to a matched cell across sheets

    Ok, thanks. I will have about 20 sheets, so I'll start looking into the VBA possibilities. I was hoping for a simple "AllSheets!" name instead of listing each tab, but that would have been too easy

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Linking to a matched cell across sheets

    I have a 3D VLOOKUP formula technique posted here:
    3D VLOOKUP

    Let me ponder that a bit and see if I can fathom a way to convert that into a 3D HYPERLINK().

  5. #5
    Registered User
    Join Date
    11-05-2010
    Location
    Indiana, USA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Linking to a matched cell across sheets

    Stunning!! Thanks!

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Linking to a matched cell across sheets

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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