+ Reply to Thread
Results 1 to 3 of 3

Index, match between 2 sheets

  1. #1
    Forum Contributor
    Join Date
    06-27-2014
    Location
    Margate, FL
    MS-Off Ver
    MS Office 2016
    Posts
    220

    Smile Index, match between 2 sheets

    Hello,

    I need to do an index match formula to grab info from one sheet and match it with info from another sheet. Basically my formula should read:

    if the Employee name (column E) from the Entry Tab is also in Test tab in (Column B), add the Document # from (Column I) in the test tab.. if not blank. It seems simple enough but I can't get it to work for me.

    I'm planning on adding the formula in column G in the Entry Tab.


    Thank you for anyone that will help.
    Attached Files Attached Files

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

    Re: Index, match between 2 sheets

    There are no matches in your sample file, so you won't see anything with this formula in G2:

    =IFERROR(INDEX(TEST!$I:$I,MATCH(B2,TEST!$A:$A,0)),"")

    or with this one:

    =IFERROR(INDEX(TEST!$I:$I,MATCH(E2,TEST!$B:$B,0)),"")

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    06-27-2014
    Location
    Margate, FL
    MS-Off Ver
    MS Office 2016
    Posts
    220

    Re: Index, match between 2 sheets

    With a little tweaking that actually worked. When I changed the formula to grab the employee ID number instead of the name it worked. I did have to change the ID number to "number" since it was stored by text. Thanks as always. You must love this stuff.

+ 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. Index match on two sheets
    By CoenH in forum Excel General
    Replies: 23
    Last Post: 02-03-2022, 11:16 AM
  2. INDEX/MATCH Between Sheets
    By scottneh in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2019, 01:08 PM
  3. [SOLVED] index-match from three sheets
    By gilnic in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-12-2019, 05:06 AM
  4. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  5. [SOLVED] Index/Match across sheets
    By pauldaddyadams in forum Excel General
    Replies: 5
    Last Post: 01-07-2015, 08:26 AM
  6. [SOLVED] Index Match using two sheets for Criteria to Match
    By Locust in forum Excel General
    Replies: 3
    Last Post: 12-01-2013, 12:45 PM
  7. Multiple Sheets Match & Index filtering by sheets
    By ijulian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-24-2012, 01:49 PM

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