+ Reply to Thread
Results 1 to 3 of 3

Thread: How do I do a count sum that ignores duplicate items

  1. #1
    Robin Faulkner
    Guest

    How do I do a count sum that ignores duplicate items



  2. #2
    Bob Phillips
    Guest

    Re: How do I do a count sum that ignores duplicate items

    =SUMPRODUCT(1/COUNTIF(A1:A100,A1:A100))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Robin Faulkner" <Robin Faulkner@discussions.microsoft.com> wrote in message
    news:DB1EE2F6-77E2-4185-B672-8F8EC808DC92@microsoft.com...
    >




  3. #3
    Bob Phillips
    Guest

    Re: How do I do a count sum that ignores duplicate items

    If you mean sum, then you need

    =SUMPRODUCT(1/(COUNTIF(A1:A100,A1:A100)),A1:A100)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
    news:%23sL%23uaOFFHA.3120@TK2MSFTNGP12.phx.gbl...
    > =SUMPRODUCT(1/COUNTIF(A1:A100,A1:A100))
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Robin Faulkner" <Robin Faulkner@discussions.microsoft.com> wrote in

    message
    > news:DB1EE2F6-77E2-4185-B672-8F8EC808DC92@microsoft.com...
    > >

    >
    >




+ 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.2.0