+ Reply to Thread
Results 1 to 4 of 4

VLOOKUP for multiple (14) sheets

  1. #1
    Registered User
    Join Date
    09-17-2012
    Location
    Raleigh, NC
    MS-Off Ver
    Excel 2010
    Posts
    9

    VLOOKUP for multiple (14) sheets

    I have several sheet numbers 101,102,103,104,105,106,100,112,113,115,117,122,123,125.

    The below formula works fine for one of the sheets ...

    Thanks for any help I can get.

    =VLOOKUP($B37,'101'!B23:P154,11,FALSE)

  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
    52,939

    Re: VLOOKUP for multiple (14) sheets

    to the best of my knowledge, vlookup() only works on 1 sheet at a time. to do what you want will probably require a vlookup specific to each sheet (unless some1 else knows a better way?)
    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

  3. #3
    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
    52,939

    Re: VLOOKUP for multiple (14) sheets

    i just noticed, this is a duplicate post

  4. #4
    Registered User
    Join Date
    09-18-2012
    Location
    Dushanbe,Tajikistan
    MS-Off Ver
    Excel 2010
    Posts
    30

    Re: VLOOKUP for multiple (14) sheets

    Try this, just change sheet source,criteria and column index number, that works for multiple sheets. I guess you got my logic.

    +IF(ISNA(VLOOKUP(A20,'0110-0112'!$1:$65536,4,FALSE)),IF(ISNA(VLOOKUP(A20,'0120'!$1:$65536,4,FALSE)),IF(ISNA(VLOOKUP(A20,'0130-0140'!$1:$65536,4,FALSE)),VLOOKUP(A20,'0150-0180'!$1:$65536,4,FALSE),VLOOKUP(A20,'0130-0140'!$1:$65536,4,FALSE)),VLOOKUP(A20,'0120'!$1:$65536,4,FALSE)),VLOOKUP(A20,'0110-0112'!$1:$65536,4,FALSE))

+ 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