+ Reply to Thread
Results 1 to 3 of 3

count unique text values

  1. #1
    Registered User
    Join Date
    02-19-2008
    Posts
    52

    count unique text values

    How do I count unique text values in a column?

    In the attached example; I want A6 to be a formula that counts A1;A5 and finds three unique values.

    Thanks!
    Attached Files Attached Files
    Last edited by Luminary Xion; 06-11-2008 at 02:33 PM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Luminary Xion,

    Here is a formula you can use to get the number of unique values in a column...

    =SUMPRODUCT((A1:A5<>"")/(COUNTIF(A1:A5,A1:A5)+(A1:A5="")))

    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    02-19-2008
    Posts
    52
    That helps, but what if I don't want to include numeric values? only Text values?

+ 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