Pivot table - "top 10 function"

M

mamar

Hi,

I want to have a pivot table displaying only the top 10 highest value of a
table.
Issue : in this table, I have 12 items, with the same value (and they are
the highest).
When I use the "top 10" function of the pivot table, it displays the 12
values ... how could I "shrink" it to 10 anyway ?
Thanks in advance.
 
B

bj

What I have done in that case is added a helper column
with something like
=countif(main-range,value) + "OLD" VALUE/ HIGH NUMBER
set up a second helper column
=main range value+ first helper range value/ divided by another high number
select your top ten from this column making sure it is formated so that the
added number does not show in your table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top