+ Reply to Thread
Results 1 to 2 of 2

How do I count a row of NON-duplicate entries in Excell?

  1. #1
    needhelp
    Guest

    How do I count a row of NON-duplicate entries in Excell?

    I'm using Excell. I have a row of numbers, some of which repeat. I want to
    count how many unique numbers I have, thus eliminating duplicates. What
    formula and criteria do I use?

    Ex: 2 34 5 26 77 8 91 42 3 26 1 77 50 26
    In the above example, the correct answer should be 11
    since I want to count 26 and 77 only once.

  2. #2
    Bob Phillips
    Guest

    Re: How do I count a row of NON-duplicate entries in Excell?

    =SUMPRODUCT((A1:A10<>"")/COUNTIF(A1:A10,A1:A10&""))

    --
    HTH

    Bob Phillips

    "needhelp" <[email protected]> wrote in message
    news:[email protected]...
    > I'm using Excell. I have a row of numbers, some of which repeat. I want to
    > count how many unique numbers I have, thus eliminating duplicates. What
    > formula and criteria do I use?
    >
    > Ex: 2 34 5 26 77 8 91 42 3 26 1 77 50 26
    > In the above example, the correct answer should be 11
    > since I want to count 26 and 77 only once.




+ 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