+ Reply to Thread
Results 1 to 2 of 2

Comparing Data between two sheets

  1. #1
    AChesley
    Guest

    Comparing Data between two sheets

    I am trying to compare the data between two sheets to locate matches. I have
    attempted the Countif, Or(exact) and =ISNA(Match) - they all produce
    results..but when checking..the results are innaccurate.

    For example...Comparing Unigue ID on Sheet 1 to Unigue ID on Sheet 2.

    If I use =COUNTIF('sheet1'!AB2:AB210,G2)>0
    I get a value of False in all rows...

    What should I be using to obtain this information?

    Thanks!


  2. #2
    Albion
    Guest

    Re: Comparing Data between two sheets

    First of all you are not using the COUNTIF funcion correctly. You should use
    a conditional sentence inclosing it..sthing like.
    =if(COUNTIF('sheet1'!AB2:AB210,G2)>0);"Duplicate";"Not Duplicate")
    this is one way... theoretically it should work.
    Whenever i have this problem i use instead:
    =if(iserror(vlookup('sheet1'!AB2:AB210;G2;0));"Not Duplicate";"Duplicate")
    Hope this helps,

    Albion - Argentina

    "AChesley" <[email protected]> escribió en el mensaje
    news:[email protected]...
    > I am trying to compare the data between two sheets to locate matches. I

    have
    > attempted the Countif, Or(exact) and =ISNA(Match) - they all produce
    > results..but when checking..the results are innaccurate.
    >
    > For example...Comparing Unigue ID on Sheet 1 to Unigue ID on Sheet 2.
    >
    > If I use =COUNTIF('sheet1'!AB2:AB210,G2)>0
    > I get a value of False in all rows...
    >
    > What should I be using to obtain this information?
    >
    > Thanks!
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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