+ Reply to Thread
Results 1 to 4 of 4

Sort in Pivot (Excel 2010)

  1. #1
    Registered User
    Join Date
    11-24-2009
    Location
    OSLO
    MS-Off Ver
    Excel 2003
    Posts
    66

    Sort in Pivot (Excel 2010)

    Hi!

    I hva a Pivot where I have first row filter sellers. the next row filter is customers. I can now see the sellers customers. Some sellers have only one customer and they are not interesting for me. I only want to see sellers with more than one customer. Is this possible?

    B

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Sort in Pivot (Excel 2010)

    not within the pivot table-unless you use powerpivot or only have one entry in the source data per seller/customer combination
    you can add formulas adjacent to the pivot to count the customers and then filter that column to achieve similar behavior but that will not automatically expand/contract with the pivot table
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Registered User
    Join Date
    11-24-2009
    Location
    OSLO
    MS-Off Ver
    Excel 2003
    Posts
    66

    Re: Sort in Pivot (Excel 2010)

    Ok, could you just give me an idea of how the formula will be?

    M

  4. #4
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Sort in Pivot (Excel 2010)

    using 2010 you can set the seller field to repeat for each customer and then assuming that the seller field starts in B5 and extends to B100 use
    a5: =COUNTIF($B$5:$B$100,B5)>1
    and copy down to a100 then autofilter that column for TRUE values

+ 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