Results 1 to 4 of 4

Complex Multi-Sheet Vlookup for Cross Workbook Reference

Threaded View

  1. #1
    Registered User
    Join Date
    10-28-2016
    Location
    The Moon, Milkyway Galaxy
    MS-Off Ver
    2013
    Posts
    19

    Question Complex Multi-Sheet Vlookup for Cross Workbook Reference

    Using this formula to lookup my value across multiple worksheets and return the reference once found. Since I found this formula online, I'm not exactly sure how I can edit to incorporate the function across a different workbook. I've also heard that some sort of Index Match (besides the one in this formula) could be a better use, but I'm the type that defaults to vlookup so much, I wouldn't know how.

    Quick explanation of this one: cycles through sheets until the reference and value are found then marks a "1" for the sheet with the value and "0" for the other sheets, allowing the function to be versatile in the array section of the vlookup.

    =VLOOKUP(A4,INDIRECT("'"&INDEX(SheetList,MATCH(1,--(COUNTIF(INDIRECT("'"&SheetList&"'!$A$1:$c$4"),A4)>0),0))&"'!$A$1:$c$4"),2,FALSE)
    I'm guessing the answer is to add the title of the workbook in where there is a
    INDIRECT("'" ...
    to this
    INDIRECT("'[2017 Test Doc.xlsx] ..."
    but I cannot get it to work.

    Any guidance is much appreciated!
    Last edited by DemRulesDoe; 07-05-2017 at 03:29 PM. Reason: Added my attempted fix

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Trying to create a cross reference sheet within a workbook
    By electromech in forum Excel General
    Replies: 5
    Last Post: 02-13-2014, 08:59 PM
  2. [SOLVED] trying to cross reference agains a whole workbook.
    By TwistedGhost in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2013, 04:09 PM
  3. Cross reference using vlookup
    By aaaaaaiden in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-18-2013, 05:45 AM
  4. Match and VLookup to cross reference data
    By MrO in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-05-2013, 03:53 PM
  5. Cross reference requiring a complex output
    By kosh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-05-2012, 10:07 AM
  6. Multi-Sheet, Multi-Table Vlookup possible?
    By cte in forum Excel General
    Replies: 6
    Last Post: 09-11-2010, 11:18 AM
  7. VLOOKUP cross reference & Wildcards
    By andrewpnc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-29-2007, 10:43 PM
  8. Cross Reference of Excel Workbook
    By LinzNac in forum Excel General
    Replies: 1
    Last Post: 02-09-2005, 09:06 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