+ Reply to Thread
Results 1 to 4 of 4

Count but not Duplicates

  1. #1
    Registered User
    Join Date
    07-07-2004
    Posts
    11

    Count but not Duplicates

    Is there a way to count a column of text, but count duplicates only once.

    Thanks!

  2. #2
    Registered User
    Join Date
    01-21-2005
    Posts
    4
    =SUM(1/COUNTIF(Range,Range))

    Subtitute your cell range (eg A1:A10) with "Range"

    this must be entered as an array (Ctrl-shift-enter)

  3. #3
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    assumed range is g7:g12

    =COUNTA(G7:G12)-0.5*COUNTIF(G7:G12,G7:G12)

    entered as an array (control+shift+enter)
    not a professional, just trying to assist.....

  4. #4
    Registered User
    Join Date
    07-07-2004
    Posts
    11

    Thanks!

    I finally got back to this and it workd great! Thanks for your help.

+ 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