+ Reply to Thread
Results 1 to 5 of 5

Value lookup from multiple tabs

Hybrid View

  1. #1
    Registered User
    Join Date
    12-07-2009
    Location
    San Angelo, Tx
    MS-Off Ver
    Excel 2003
    Posts
    2

    Value lookup from multiple tabs

    First, I've been through 100s of searches here and on other excel forums, and cannot find this. It seems like it should be simple, but I'm getting nowhere.

    If' I'm not using correct forum procedure, or Excel terminology, I apologize in advance: I've used Excel for years, but honestly am only recently starting to modify files.



    In each "Daily"(where I have one Daily per date) tab/sheet, I have:

    A C

    24 BHA #

    25 PDM Serial#


    I then have 15 sheets labeled BHA 1, through BHA 15.

    In each of the BHA sheets, I have:

    A E

    Description S/N


    23 Motor (unique serial number)



    In my "Daily" sheet, I want to be able to put a number (1 through 15) in C24 for whichever BHA I'm using that day, and have it then put the corresponding Motor serial number in C25
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Value lookup(?) from multiple tabs

    Try this formula:

    =INDEX(INDIRECT("'"&$A$24&$C$24&"'!A20:P43"),MATCH("Motor",INDIRECT("'"&$A$24&$C$24&"'!B20:B43"),0),5)

    you would have to adjust the "Motor" keyword and the 5 (indicating column number) as appropriate for other items to retrieve.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Valued Forum Contributor jj72uk's Avatar
    Join Date
    03-22-2008
    Location
    Essex, England
    MS-Off Ver
    Work - Office 2000, Home - Office 2007E
    Posts
    360

    Re: Value lookup(?) from multiple tabs

    Error

    10 chars
    Last edited by jj72uk; 03-15-2010 at 05:04 PM.

  4. #4
    Registered User
    Join Date
    12-07-2009
    Location
    San Angelo, Tx
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Value lookup(?) from multiple tabs

    Thanks for the response.

    Evidently I didnt' phrase this correctly.


    The number I want to retrieve is ALWAYS going to be in Cel E23, but in one of 15 possible tabs.


    If the input in my Daily tab, cel C24 is any number, 1 through 15, I want to retrieve the value in E23 from the corresponding "Bha X" tab to be in C25 on that daily.

    For example, if I input "2" in C24 on my daily, I want the value listed in worksheet "Bha 2", cel E23 to be in C25 on that daily.

    If I input "4" in C24 on my daily, I want the value listed in worksheet "Bha 4", cel E23 to be in C25 on that daily.

    If I input "12" in C24 on my daily, I want the value listed in "Bha 12", cel E23 to be in C25 on that daily.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Value lookup from multiple tabs

    Then try simply:

    =INDIRECT("'"&$A$24&$C$24&"'!E23")

+ 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