+ Reply to Thread
Results 1 to 4 of 4

Counting Matching values in two separate ranges without counting duplicates

  1. #1
    Registered User
    Join Date
    01-01-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    33

    Counting Matching values in two separate ranges without counting duplicates

    This is probably pretty simple but I cannot get various formulas (Countif, Match, Frequency, Etc) to work properly.

    I am trying to arrive at a total number of matches of numbers in cell range B1:G1 with any numbers entered into the cell range of K1:P11 and have the total of matches display in cell H1.
    However I do not want to count duplicate numbers from the K1:P11 cells. (if the number 5 in posted in K1:P11 multiple times I only need it reported once in H1)

    B1:G1 is the constant and the numbers will not change - K1:P11 cells will be populated by adding numbers until the all the numbers in B1:G1 is completed and match.

    Range
    B1 C1 D1 E1 F1 G1
    2 7 19 45 22 13

    H1
    Total of matching numbers in cell range K1:P11


    Hope someone can help.

    Thx

  2. #2
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Counting Matching values in two separate ranges without counting duplicates

    Hi
    Try this array formula and enter it to h1 cell

    =SUM(IF(COUNTIF(K1:P11,B1:G1),1,0))
    Appreciate the help? CLICK *

  3. #3
    Registered User
    Join Date
    01-01-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    33

    Re: Counting Matching values in two separate ranges without counting duplicates

    Excellent - Works perfectly - Thank you so much!

  4. #4
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Counting Matching values in two separate ranges without counting duplicates

    You are welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Counting Values Contiguously but duplicates counted as 1
    By akwishestofish in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-04-2013, 10:22 AM
  2. [SOLVED] Returning and Counting matching values?
    By Laur3l in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 03-29-2012, 03:09 PM
  3. Counting Matching Values in Ranges
    By solnajeff in forum Excel General
    Replies: 3
    Last Post: 03-28-2010, 08:10 AM
  4. Matching Names, Counting Values Help
    By oxyron in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-30-2008, 04:18 PM
  5. counting cells with data without counting duplicates
    By labettis in forum Excel General
    Replies: 2
    Last Post: 11-05-2007, 12:10 PM

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