Excel - How to filter Top 10 for specific column value in a Pivot Table? -




i pretty basic pivot table following setup:

columns: month
rows: productname
values: sumofprice

so pivot table looks like:

 product name     jan     feb     mar  hat              $50     $100    $50  shirt            $75     $225    $10  pants            $10     $25     $300  gloves           $10     $75     $200  shoes            $100    $350    $100 

i'm trying filter top 3 sumofprice march. should like:

 product name     jan     feb     mar  pants            $10     $25     $300  gloves           $10     $75     $200  shoes            $100    $350    $100 

if apply "top 3" filter, gives top 3 of total of sumofprice. if right click mar , try apply top 3 filter, nothing.

how can top 3 sumofprice march?

thanks!

in pivottable mark column sumofprice march (see red circle in image below) , can sort sort-menu (see blue circle below).

i have german excel available here menu should on same position in every language.

enter image description here





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -