+ Reply to Thread
Results 1 to 7 of 7

Crosscheck

  1. #1
    Registered User
    Join Date
    12-10-2008
    Location
    Romania
    Posts
    5

    Crosscheck

    Hello,

    I would need some help in crosschecking 2 sheets from an excel file, actually i need to run through every row in a column from one sheet and compare it to every row in a column from the second sheet. The number of columns is quite big so puting it all together in one sheet and sorting it is not an option.

    Thanks,
    Paul
    Last edited by burner; 12-16-2008 at 08:21 AM.

  2. #2
    Forum Contributor vandanavai's Avatar
    Join Date
    09-04-2006
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    256
    Hello.

    could u plese upload sample file ?

  3. #3
    Registered User
    Join Date
    12-10-2008
    Location
    Romania
    Posts
    5

    sample

    Here are some sample files, so i need chechek the names in sheet 2 with the ones in sheet 1 , eventhough they are not on the same column.
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671
    Have you tried MATCH. See attachement.

    A VBA code is a possibility, but I prefer worksheets functions.

    =MATCH(A1,Sheet1!A:A,0)
    Attached Files Attached Files
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  5. #5
    Registered User
    Join Date
    12-10-2008
    Location
    Romania
    Posts
    5
    yes this function works ok with word but not with numbers when i try with numbers i get errors

  6. #6
    Forum Contributor vandanavai's Avatar
    Join Date
    09-04-2006
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    256
    See formula in green coloured cells in attached file
    Attached Files Attached Files

  7. #7
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671
    Numbers are even easier

    =SUMPRODUCT(--(A1=Sheet1!$B$1:$B$20))
    Attached Files Attached Files

+ 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