+ Reply to Thread
Results 1 to 5 of 5

INDEX, MATCH on two worksheets with duplicate names

  1. #1
    Forum Contributor
    Join Date
    04-22-2011
    Location
    Isabela, Puerto Rico
    MS-Off Ver
    365 Mac Excel Version 16.54
    Posts
    233

    INDEX, MATCH on two worksheets with duplicate names

    I trying to build a formula that retrieve result from two worksheets, on sheet 1 column U i have names,
    i need to retrieve on column V of sheet 1 what country they are from,
    on sheet 2 column E are the names to match with sheet 1 column U and sheet 2 column F are the country where they from,
    then at sheet 3 on column C are the names to match with sheet 1 column U and on column D sheet 3 the country they are from.
    On sheet 2 and 3 are duplicate names...

    Thanks in advance for any help, hope this is possible...

  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,938

    Re: INDEX, MATCH on two worksheets with duplicate names

    To best describe or illustrate your problem you would be better off attaching a dummy workbook. The workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    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
    Forum Contributor
    Join Date
    04-22-2011
    Location
    Isabela, Puerto Rico
    MS-Off Ver
    365 Mac Excel Version 16.54
    Posts
    233

    Re: INDEX, MATCH on two worksheets with duplicate names

    Thanks for the reply FDibbins,dummy workbook attached... thank you!!
    Attached Files Attached Files

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: INDEX, MATCH on two worksheets with duplicate names

    Hello,

    try this formula in Sheet1, cell B2 and copy down

    =IFERROR(VLOOKUP(A2,Sheet2!$A$2:$B$14,2,FALSE),VLOOKUP(A2,Sheet3!$A$2:$B$15,2,FALSE))

    cheers, teylyn

  5. #5
    Forum Contributor
    Join Date
    04-22-2011
    Location
    Isabela, Puerto Rico
    MS-Off Ver
    365 Mac Excel Version 16.54
    Posts
    233

    Re: INDEX, MATCH on two worksheets with duplicate names

    Thank you very much teylyn...this formula is working perfect...cheeers!!

+ 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] Sum Duplicate Index-match-match Values
    By djh30 in forum Excel General
    Replies: 3
    Last Post: 01-06-2015, 11:27 PM
  2. [SOLVED] Combining 3 Formulas: Return all Names that Match Criteria Using Index/Match
    By bchilme in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-29-2014, 09:28 AM
  3. index to find duplicate names
    By 2k05gt in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-13-2014, 08:36 AM
  4. INDEX Match Duplicate names displayed problem.
    By Andrewman36 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-05-2014, 11:00 PM
  5. Index Match Match Formula DOESN'T WORK WITH TABLES/TABLE NAMES ??
    By Underling in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2014, 09:01 PM
  6. Index, Match, Large Function returning duplicate names
    By RNeel55 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-08-2013, 04:09 PM
  7. Index Match IF Duplicate
    By england79m in forum Excel General
    Replies: 4
    Last Post: 03-29-2008, 10:46 AM

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