+ Reply to Thread
Results 1 to 3 of 3

Count Unique Entries

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    54

    Talking Count Unique Entries

    Using the enclosed file as a referece what formula can I use to count the unique entries based on "TWO" arrays (Column A + B). D1, counts only unique entries for one array - Column B. Since the total unique entries is 8 for Column B, how many unique entries are for "open", "closed', "new"? Column F has the correct manual answers for unique entry based on Column A & B. What formula can I use to count two unique array entries? Thx.
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    One way is to use this formula in F1

    =COUNT(1/(FREQUENCY(IF($A$1:$A$15=E1,IF(LEN($B$1:$B$15)>0, MATCH($B$1:$B$15,$B$1:$B$15,0),"")),ROW($B$1:$B$15)-ROW($B$1)+1)))

    confirmed with CTRL+SHIFT+ENTER and copied down

  3. #3
    Registered User
    Join Date
    07-12-2006
    Posts
    54
    It works great. Thank you

+ 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