+ Reply to Thread
Results 1 to 4 of 4

VLookup a Value Based on a Single Criteria Across Multiple Workbooks

  1. #1
    Registered User
    Join Date
    03-11-2015
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    16

    VLookup a Value Based on a Single Criteria Across Multiple Workbooks

    Hi All,

    I am trying to put a formula together that is essentially a VLOOKUP that looks through 3 separate workbooks (separate excel files, not tabs/sheets within 1 workbook).

    It is to look up a defined number that could be in either of the 3 workbooks and then show the allocated name to that number.

    Im sure its relatively easy to those experts out there, but with my limited self taught skills i cant quite get it.

    I found this example i was using as a basis:

    =IF(ISNA(VLOOKUP(B9,Sheet1!D3:I3,2,0)),IF(ISNA(VLOOKUP(B9,Sheet2! D3:I3,2,0)),VLOOKUP(B9,Sheet3!D3:I3,2,0),VLOOKUP(B9,Sheet2! D3:I3,2,0)),VLOOKUP(B9,Sheet1! D3:I3,2,0))

    which came from here http://xl-central.com/lookup-single-...le-sheets.html

    This is what i have come up with but it doesnt work:

    =IF(ISNA(VLOOKUP(B9,'\\OEPAPVFLS01\Shared\631-Assessment and Compliance Services\Shared Data\Assessments\Branch Project Trackers\[M&I North - Branch Workload Tracker.xlsm]NORTH_CASELOAD'D3:I3,2,0)),IF(ISNA(VLOOKUP(B9,'\\OEPAPVFLS01\Shared\631-Assessment and Compliance Services\Shared Data\Assessments\Branch Project Trackers\[M&I South - Branch Workload Tracker.xlsm]SOUTH_CASELOAD'D3:I3,2,0)),VLOOKUP(B9,'\\OEPAPVFLS01\Shared\631-Assessment and Compliance Services\Shared Data\Assessments\Branch Project Trackers\[Infrastructure - Branch Workload Tracker.xlsm]INFRASTRUCTURE_CASELOAD'!D3:I3,2,0),VLOOKUP(B9,'\\OEPAPVFLS01\Shared\631-Assessment and Compliance Services\Shared Data\Assessments\Branch Project Trackers\[M&I South - Branch Workload Tracker.xlsm]SOUTH_CASELOAD'D3:I3,2,0)),VLOOKUP(B9,'\\OEPAPVFLS01\Shared\631-Assessment and Compliance Services\Shared Data\Assessments\Branch Project Trackers\[M&I North - Branch Workload Tracker.xlsm]NORTH_CASELOAD'D3:I3,2,0))

    Any assistance would be much appreciated.

    Jake

  2. #2
    Forum Contributor
    Join Date
    09-02-2013
    Location
    Netherlands
    MS-Off Ver
    Office 365 (2013)
    Posts
    268

    Re: VLookup a Value Based on a Single Criteria Across Multiple Workbooks

    I'm like you a self taught person with limited skills, but I stripped the formula and noticed:

    CASELOAD'D3:I3
    CASELOAD'D3:I3
    CASELOAD'!D3:I3
    CASELOAD'D3:I3

    Only one has a "!" in it. Maybe fixing that will help.
    Inveniam Viam Aut Faciam

  3. #3
    Forum Contributor
    Join Date
    09-02-2013
    Location
    Netherlands
    MS-Off Ver
    Office 365 (2013)
    Posts
    268

    Re: VLookup a Value Based on a Single Criteria Across Multiple Workbooks

    Please let me know if this solved your question. If it did, mark it as such using Thread tools.

  4. #4
    Registered User
    Join Date
    03-11-2015
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    16

    Re: VLookup a Value Based on a Single Criteria Across Multiple Workbooks

    Hi Evolta,

    Thanks for the reply and the pick up about the missing exclamation marks.

    Unfortunately that has not made the formula work.

    Any other assistance would be much appreciated.

    cheers

    Jake

+ 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. [SOLVED] How to return multiple values to a single cell based on multiple criteria
    By lwallace in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-20-2014, 06:32 AM
  2. split single spreadsheet into multiple workbooks based on value in column D
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-22-2014, 07:27 PM
  3. [SOLVED] Lookup and sum multiple values based on a single criteria in multiple sheets.
    By paulsanett in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2014, 12:18 PM
  4. Using VLOOKUP across two workbooks with multiple criteria
    By yellowsun60 in forum Excel General
    Replies: 1
    Last Post: 01-01-2012, 11:05 PM
  5. Return Single Value Based on Multiple Criteria
    By grebgineok in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-15-2010, 01:36 PM

Tags for this Thread

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