+ Reply to Thread
Results 1 to 2 of 2

Compare two columns datas

  1. #1
    Franck
    Guest

    Compare two columns datas

    Hi,
    Lookin for an easy way to tell TRUE if two columns values are EXACTLY
    the same (same row, same value) and FALSE if not...

    Is there an Excel function to do that ?
    Or will I have to check every cell (if A1=B1, A2= B2,....)

    thks for help.


  2. #2
    Bob Phillips
    Guest

    Re: Compare two columns datas

    =SUMPRODUCT(--(A1:A100<>""),--(A1:A100=B1:B100))=MAX(COUNTA(A1:A100),COUNTA(
    B1:B100))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Franck" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    > Lookin for an easy way to tell TRUE if two columns values are EXACTLY
    > the same (same row, same value) and FALSE if not...
    >
    > Is there an Excel function to do that ?
    > Or will I have to check every cell (if A1=B1, A2= B2,....)
    >
    > thks for help.
    >




+ 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