+ Reply to Thread
Results 1 to 6 of 6

Comparing 2 tables with similar content

  1. #1
    Registered User
    Join Date
    11-10-2005
    Posts
    8

    Comparing 2 tables with similar content

    Hi,

    I would like to know how it is possible to compare several sheets in one file, which have similar content. I need a function who shows me how to compare it and gives me the result in another sheet (same file)
    How can I manage this?
    Thanks a lot,
    Vicky

  2. #2
    Niek Otten
    Guest

    Re: Comparing 2 tables with similar content

    http://www.cpearson.com/excel/duplic...tingDuplicates

    --
    Kind regards,

    Niek Otten

    "Vic1978" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi,
    >
    > I would like to know how it is possible to compare several sheets in
    > one file, which have similar content. I need a function who shows me
    > how to compare it and gives me the result in another sheet (same file)
    >
    > How can I manage this?
    > Thanks a lot,
    > Vicky
    >
    >
    > --
    > Vic1978
    > ------------------------------------------------------------------------
    > Vic1978's Profile:
    > http://www.excelforum.com/member.php...o&userid=28708
    > View this thread: http://www.excelforum.com/showthread...hreadid=490744
    >




  3. #3
    Registered User
    Join Date
    11-10-2005
    Posts
    8

    it doesn´t work

    Hello,

    unfortunately this function doesn´t work. There is always an error...

    What is wrong with the formula?

    =(COUNTIF(A2;">1"),TRUE,FALSE)

    Kind regards,
    Vicky

  4. #4
    Peo Sjoblom
    Guest

    Re: Comparing 2 tables with similar content

    Use

    =A2>1


    --

    Regards,

    Peo Sjoblom


    "Vic1978" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > unfortunately this function doesn´t work. There is always an error...
    >
    > What is wrong with the formula?
    >
    > =(COUNTIF(A2;">1"),TRUE,FALSE)
    >
    > Kind regards,
    > Vicky
    >
    >
    > --
    > Vic1978
    > ------------------------------------------------------------------------
    > Vic1978's Profile:

    http://www.excelforum.com/member.php...o&userid=28708
    > View this thread: http://www.excelforum.com/showthread...hreadid=490744
    >




  5. #5
    Niek Otten
    Guest

    Re: Comparing 2 tables with similar content

    Hi Vicky,

    That is not a formula from the link I gave. Please check the examples
    carefully!

    --
    Kind regards,

    Niek Otten

    "Vic1978" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > unfortunately this function doesn´t work. There is always an error...
    >
    > What is wrong with the formula?
    >
    > =(COUNTIF(A2;">1"),TRUE,FALSE)
    >
    > Kind regards,
    > Vicky
    >
    >
    > --
    > Vic1978
    > ------------------------------------------------------------------------
    > Vic1978's Profile:
    > http://www.excelforum.com/member.php...o&userid=28708
    > View this thread: http://www.excelforum.com/showthread...hreadid=490744
    >




  6. #6
    vezerid
    Guest

    Re: Comparing 2 tables with similar content

    Vicky,
    regardless of the other members' suggestions, the specific formula as
    you type it:
    =(COUNTIF(A2;">1"),TRUE,FALSE)
    will not work. Either you will use comma or semicolon in all arguments.
    Furthermore, in this case you forgot the IF.
    =IF(COUNTIF(A2,">1"),TRUE,FALSE)

    HTH
    Kostis Vezerides


+ 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