+ Reply to Thread
Results 1 to 4 of 4

Check if the data match in two seperate sheets

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-05-2014
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    155

    Check if the data match in two seperate sheets

    Hi Team,

    In the attached sheet, i have data in 2 sheets in the same fromat. Both the sheets are seperate reports.

    Coloumn A is the list of Team Ids, Coloumn B is the Ids of people who are assigned in the team. Sheet 2 also have the same details with changes in the people ID.

    i am trying to find if the people IDs in report 1 is the same in report 2. i need a formula that will check if the people ID is matching to the same team ID as in report 1.. If its not the same, the formula should be able to show that.

    eg :
    In report 1, "197595" in coloumn B is against "4011-11341" in Coloumn A.
    I need to check if "197595" is against "4011-11341" or some other number in report 2. If "197595" is not against "4011-11341" in report 2, it should show me " Miss match". if "197595" is is against "4011-11341" in report 2 as well, it should show me "match"Project match.xlsx

  2. #2
    Valued Forum Contributor Miroslav R.'s Avatar
    Join Date
    05-16-2013
    Location
    NMnV, Slovakia
    MS-Off Ver
    Excel 2007
    Posts
    479

    Re: Check if the data match in two seperate sheets

    Hi there,
    put array formula below to 'Report 2' sheet, cell C2:

    Formula: copy to clipboard
    {=IF(ISERROR(VLOOKUP(A2&B2;'report 1 '!A1:A18&'report 1 '!B1:B18;1;0));"No Match";"Match")}


    (Array formula - confirm it by pressing Ctrl+Shift+Enter, instead of simple Enter)

    Drag down.

    Hope it helps
    Regards
    Miroslav R.

    (If You like my solutions, feel free to add reputation.)

  3. #3
    Forum Contributor
    Join Date
    06-05-2014
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    155

    Re: Check if the data match in two seperate sheets

    Hi Team,

    i am not able to make use of the given formula. "It shows error saying the formula you typed has an error".

  4. #4
    Valued Forum Contributor Miroslav R.'s Avatar
    Join Date
    05-16-2013
    Location
    NMnV, Slovakia
    MS-Off Ver
    Excel 2007
    Posts
    479

    Re: Check if the data match in two seperate sheets

    Hi there,

    Project match.xlsx

    Sorry for that formula post with mistake...

    Check attached file

+ 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] Match multiple cells in seperate sheets and then insert cell
    By Jostler18 in forum Excel General
    Replies: 2
    Last Post: 05-01-2012, 04:59 PM
  2. SUMIF & MATCH Functions on Seperate Sheets
    By intreec in forum Excel General
    Replies: 0
    Last Post: 02-01-2012, 07:02 PM
  3. Break data into seperate sheets
    By Fferjay in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-01-2011, 11:53 AM
  4. need Macro to put data in seperate sheets
    By ashwin_bist in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-29-2009, 04:04 AM
  5. Data on two seperate sheets
    By mrosendal in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-01-2008, 11:13 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