+ Reply to Thread
Results 1 to 5 of 5

Index & Match to lookup value from another workbook

  1. #1
    Forum Contributor
    Join Date
    02-12-2018
    Location
    Clearwater, FL
    MS-Off Ver
    MS 365
    Posts
    214

    Index & Match to lookup value from another workbook

    I have a template that I would like to put our "Customer ID" in Workbook("TSA Request").Sheets("TSA Request").Range("F5") & in cell F6 I would like for it to look in a workbook called "Customer Data" in column F it shows the Customer ID # & in Column AP has that order # that I want to be returned to cell "F6" in my workbook. Any help would be greatly appreciated. I am stressed to the max trying to figure this one out!

    Please Login or Register  to view this content.
    I also want to add that the workbook called "Customer Data" would be a closed workbook.

    That is the formula I am using but returns #N/A
    Last edited by Jamesraywebber85; 04-21-2018 at 02:27 PM. Reason: Details

  2. #2
    Forum Contributor
    Join Date
    02-12-2018
    Location
    Clearwater, FL
    MS-Off Ver
    MS 365
    Posts
    214

    Re: Index & Match to lookup value from another workbook

    Here is my template workbook to look from!
    Attached Files Attached Files

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Index & Match to lookup value from another workbook

    Can't tell with certainty because the file you posted is going against a file you didn't post. BUT, you are using a later version of excel (2007 or later - xlsm) to access an earlier version of excel (2003 or earlier - xls).
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Contributor
    Join Date
    02-12-2018
    Location
    Clearwater, FL
    MS-Off Ver
    MS 365
    Posts
    214

    Re: Index & Match to lookup value from another workbook

    I was able to add the data connection to the source. I want to type in the Customer ID number in Worksheets("TSA Request").Range("F5") and the sheet would find that number in Worksheets("Customer Data").Range(P:P) then return in cell Worksheets("TSA Request").Range("F6") the order number from Worksheets("Customer Data").Range(AP:AP). Any help would be greatly appricated.

    I believe a Index/Match formula would work but I keep getting N/A in the box.

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,703

    Re: Index & Match to lookup value from another workbook

    Cell F5 in the TSA Request sheet is formatted as a number - are you sure that the values that you are looking for in column AP of the Customer Data file are also numbers - could they be text values that look like numbers?

    From your description above, I think you might have things the wrong way round in your formula, which is:

    =INDEX('F:\Call Center\Harrison\Rays\[Customer Data.xls]Sheet1'!$F$1:$F$65536,MATCH(F5,'F:\Call Center\Harrison\Rays\[Customer Data.xls]Sheet1'!$AP$1:$AP$65536,0))

    This is looking for a match in column AP of the Customer Data file, and if found it will return data from column F, which is not what you put in your description.

    Hope this helps.

    Pete

+ 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] Index Match with Partial Match in Lookup Array
    By AliGW in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-22-2016, 03:13 PM
  2. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. Replies: 3
    Last Post: 06-17-2013, 12:37 PM
  5. Match/Index/Lookup - Searching From Bottom to Top (A reverse lookup maybe)
    By Neutralizer in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-02-2013, 03:55 AM
  6. Index/Match lookup in another workbook.
    By Mike_Taylor16 in forum Excel General
    Replies: 10
    Last Post: 06-29-2012, 10:08 AM
  7. Replies: 7
    Last Post: 06-19-2011, 12:51 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