• count no duplicate value (2000)

    • This topic has 8 replies, 4 voices, and was last updated 21 years ago.
    Author
    Topic
    #404021

    i have in the column A5:A100 this value:
    1
    1
    1
    2
    2
    2
    3
    3
    3
    4
    4
    4
    5
    5
    5
    6
    6
    6
    9
    9
    9
    52
    52
    23
    23
    23
    23

    my problem is to count (with a formula) the value not duplicate and insert the result in D2
    In this case D2=9

    Viewing 5 reply threads
    Author
    Replies
    • #818730

      Provided there are no blanks and no text cells:

      =SUM(N(FREQUENCY(A1:A100,A1:A100)>0))

      See Chip Persons’ site Duplicates and Unique Values page for more info.

    • #818731

      Provided there are no blanks and no text cells:

      =SUM(N(FREQUENCY(A1:A100,A1:A100)>0))

      See Chip Persons’ site Duplicates and Unique Values page for more info.

    • #818728

      You can use an array formula, with your range in A5:A100, you need to enter the formula by using Control+Shift+Enter
      There must be no blanks for this to work.

      =SUM(1/COUNTIF(A5:A100,A5:A100))

      =SOMMA(1/CONTA.SE(A5:A100;A5:A100))

    • #818729

      You can use an array formula, with your range in A5:A100, you need to enter the formula by using Control+Shift+Enter
      There must be no blanks for this to work.

      =SUM(1/COUNTIF(A5:A100,A5:A100))

      =SOMMA(1/CONTA.SE(A5:A100;A5:A100))

    • #821761

      With this add-in,

      http://longre.free.fr/english/index.html

      =COUNTDIFF(RANGE)

      • #822466

        This will handle blanks, either by omission and/or formula generated blanks,

        =SUMPRODUCT((A1:A100″”)/COUNTIF(A1:A100,A1:A100&””))

      • #822467

        This will handle blanks, either by omission and/or formula generated blanks,

        =SUMPRODUCT((A1:A100″”)/COUNTIF(A1:A100,A1:A100&””))

    • #821762

      With this add-in,

      http://longre.free.fr/english/index.html

      =COUNTDIFF(RANGE)

    Viewing 5 reply threads
    Reply To: Reply #822466 in count no duplicate value (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel