+ Reply to Thread
Results 1 to 5 of 5

Excel match and find data from two set of column

  1. #1
    Registered User
    Join Date
    01-03-2015
    Location
    Preston,England
    MS-Off Ver
    2007
    Posts
    2

    Excel match and find data from two set of column

    Hi all I am looking for formula which check the match from sheet 1 first two column with sheet two first two column and once the match is found it display the value of third from sheet 1 into the third colum of sheet 2.

    sheet 1
    1abc A123 Fun10001
    2def B456 Fun10002
    3ghi C789 Fun10003
    4jkl D101 Fun10004
    5mnoE234 Fun10005
    6pqr F567 Fun10006
    7stu G891 Fun10007
    8vwx H234 Fun10008
    9yza I567 Fun10009
    10bcdG890Fun10010

    sheet 2

    7stu G891
    8vwx H234
    10bcdG890
    1abc A123
    2def B999
    3ghi C999
    4jkl D101
    5mnoE234
    6pqr F567
    9zzz I567

    The example is if 1abc and A123 from sheet 1 is found in sheet 2 then the value of column three sheet 1 Fun10001 to display in column three, row 4 in sheet 2.

    Any help with formula is highly appreciated.

    Cheers Yghodiwala

  2. #2
    Forum Contributor
    Join Date
    09-07-2013
    Location
    chennai
    MS-Off Ver
    Excel 2010
    Posts
    114

    Re: Excel match and find data from two set of column

    Hi,
    please attach your file.....

  3. #3
    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,936

    Re: Excel match and find data from two set of column

    HI, welcome to the forum

    Sheet1...
    A
    B
    C
    1
    1abc A123 Fun10001
    2
    2def B456 Fun10002
    3
    3ghi C789 Fun10003
    4
    4jkl D101 Fun10004
    5
    5mno E234 Fun10005
    6
    6pqr F567 Fun10006
    7
    7stu G891 Fun10007
    8
    8vwx H234 Fun10008
    9
    9yza I567 Fun10009
    10
    10bcd G890 Fun10010


    Sheet2...
    A
    B
    C
    1
    7stu G891 Fun10007
    2
    8vwx H234 Fun10008
    3
    10bcd G890 Fun10010
    4
    1abc A123 Fun10001
    5
    2def B999
    6
    3ghi C999
    7
    4jkl D101 Fun10004
    8
    5mno E234 Fun10005
    9
    6pqr F567 Fun10006
    10
    9zzz I567


    C1=IFERROR(INDEX(Sheet1!$C$1:$C$10,MATCH(Sheet2!A1&" "&Sheet2!B1,Sheet1!$A$1:$A$10&" "&Sheet1!$B$1:$B$10,0)),"")

    this an ARRAY formula...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    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

  4. #4
    Registered User
    Join Date
    01-03-2015
    Location
    Preston,England
    MS-Off Ver
    2007
    Posts
    2

    Re: Excel match and find data from two set of column

    Hi Ford much appreciated your help.

    Many Thanks,
    YGhodiwala

  5. #5
    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,936

    Re: Excel match and find data from two set of column

    you'r welcome. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below my 1st post to you)

+ 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] I need to find & match the data in column in A with column B and delete both
    By RobinPrice in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 03-29-2014, 11:03 PM
  2. [SOLVED] Two Excel sheets trying to match text data and return the match from the second column!
    By bankcott in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-02-2013, 02:17 PM
  3. Find match column of data within CSE formula
    By jeffreybrown in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-01-2012, 09:20 AM
  4. Replies: 3
    Last Post: 07-14-2011, 11:18 PM
  5. Replies: 1
    Last Post: 05-06-2011, 03:08 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