+ Reply to Thread
Results 1 to 2 of 2

counting matches

  1. #1
    Registered User
    Join Date
    01-27-2005
    Posts
    31

    counting matches

    I am looking to count the amount of matches between to columns

    here's my example (my data is obviously a bit bigger, but there are no duplicates in each column)

    Column A Column B
    beer tea
    coffee wine
    milk sprite
    tea juice
    coke milk
    gin water


    So I would want a total number of matches between two columns, which should equal 2.

    Anyone got any help they can give?

    thanks again to the forum.

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Try this:

    =SUMPRODUCT(COUNTIF(A1:A100,B1:B100))

    Ola Sandström

+ 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