+ Reply to Thread
Results 1 to 3 of 3

Count list not Match to a range as criteria and count duplicate as one and ignoring blank

  1. #1
    Registered User
    Join Date
    01-08-2017
    Location
    Malang, Indonesia
    MS-Off Ver
    2013
    Posts
    29

    Count list not Match to a range as criteria and count duplicate as one and ignoring blank

    Anybody please.....

    How to count a list of data that not match to a range as criteria and count duplicate as one and ignoring blanks....

    Attachment 563929


    as the example, i want the result (F1) will be 14.

    Thank you for helps.....
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by brake; 03-03-2018 at 06:07 AM.

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Count list not Match to a range as criteria and count duplicate as one and ignoring bl

    Try this ...

    =SUM(IF(COUNTIF(C3:C6,A2:A27)=0,1/COUNTIF(A2:A27,A2:A27&"")))-(COUNTBLANK(A2:A27)>0)

    Array formula, enter with Ctrl+Shift+Enter.

  3. #3
    Registered User
    Join Date
    01-08-2017
    Location
    Malang, Indonesia
    MS-Off Ver
    2013
    Posts
    29

    Thumbs up Re: Count list not Match to a range as criteria and count duplicate as one and ignoring bl

    Quote Originally Posted by Phuocam View Post
    Try this ...

    =SUM(IF(COUNTIF(C3:C6,A2:A27)=0,1/COUNTIF(A2:A27,A2:A27&"")))-(COUNTBLANK(A2:A27)>0)

    Array formula, enter with Ctrl+Shift+Enter.
    It works well, Thank's a million for your help...... GoodLuck!!!!

    {=SUM(IF(COUNTIF(C2:C5;A2:A27)=0;1/COUNTIF(A2:A27;A2:A27&"")))-(COUNTBLANK(A2:A27)>0)}

    (Ctrl+Shift+Enter)
    Last edited by brake; 03-03-2018 at 05:07 AM. Reason: adding the worked formula

+ 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. [SOLVED] How to count all of duplicate value by ignoring blank cells?
    By putritersenyum in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-30-2017, 12:31 PM
  2. Replies: 1
    Last Post: 05-19-2017, 07:37 AM
  3. [SOLVED] Count cells in range that match corresponding cell, and meet an additional criteria.
    By Nyima in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-15-2016, 04:11 PM
  4. Count cells in a range that match a specific criteria in a different cell range
    By RhapsodyBay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-13-2015, 02:10 PM
  5. Count how often value changes in a column, ignoring blank cells
    By flyaway in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-28-2014, 04:09 AM
  6. [SOLVED] How to count cell value with multiple criteria while ignoring duplicate
    By jomi9501 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-17-2012, 12:23 AM
  7. How do I do count calculations ignoring duplicate values
    By Robin Faulkner in forum Excel General
    Replies: 1
    Last Post: 03-31-2005, 12:06 PM

Tags for this Thread

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