+ Reply to Thread
Results 1 to 4 of 4

Count Distinct Values by Group Using Pivot Table (NM)

  1. #1
    MCP
    Guest

    Count Distinct Values by Group Using Pivot Table (NM)



  2. #2
    Peo Sjoblom
    Guest

    Use body of message when posting questions




  3. #3
    Ken Wright
    Guest

    Ditto what he just said




  4. #4
    Debra Dalgleish
    Guest

    Re: Count Distinct Values by Group Using Pivot Table (NM)

    To get specific help, you'd need to provide some details about what
    you're trying to do, and the layout of your pivot table.

    A pivot table won't calculate a unique count. However, you could add a
    column to the database, then add that field to the pivot table.

    For example, if you want to count the customers in column A, use the
    following formula in row 2:
    =IF(COUNTIF(A$2:A2,A2)=1,1,0)

    Copy this formula down to all rows in the database.

    Add this field to the pivot table data area, as a Sum, and you'll get a
    count of unique items, or a count of records. You could multiply this
    field in your formula.


    MCP wrote:

    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


+ 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