Results 1 to 3 of 3

Counting unique entries in a column, not excluding nulls

Threaded View

  1. #1
    Valued Forum Contributor
    Join Date
    10-21-2011
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    513

    Counting unique entries in a column, not excluding nulls

    Hi there,

    I'm trying to count the # of unique entries in a column, and found this formula, but can't get it to work. Let's just say 10000 is big enough right now.

    =SUM(IF(FREQUENCY(IF(LEN(A2:A10000)>0,MATCH(A2:A10000,A2:A10000,0),""), IF(LEN(A2:A10000)>0,MATCH(A2:A10000,A2:A10000,0),""))>0,1))
    also attaced the file.

    Thanks for your help.
    Attached Files Attached Files

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