+ Reply to Thread
Results 1 to 2 of 2

Method to search other sheets in a workbook for a unique row

  1. #1
    Registered User
    Join Date
    03-26-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Method to search other sheets in a workbook for a unique row

    First off, I'm a server administrator and a complete imbecile at Excel. However I need to learn it to help track my hardware inventory.

    My problem is basic. My workbook contains a input sheet and multiple sheets with the data I compile. In the examples I provided, on each sheet "Server Name" is unique data to each sheet. I would like to have the ability on the Input sheet to click one of the server names and that take the user to the record on sheet 2. Not sure iif I need to be looking at a Macro or a formula to do this. Could anyone please advise?

    Thanks
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: Method to search other sheets in a workbook for a unique row

    Hi and welcome to the forum

    Try this in E2, copied down...

    =IFERROR(HYPERLINK("#"&"'sheet2'!b"&MATCH(B2,Sheet2!B:B,0),"this goes to sheet1 B"&MATCH(B2,Sheet2!B:B,0)),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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