Hello all,

I have a pivot table, with a Top 10 values filter applied to one field. I want to further filter on the same field to only show values greater than 2. ie I want to apply a Top 10 filter AND a Greater than filter at the same time, so that only 7 (rather than 10) rows are shown if only 7 of them happen to be more than 2. Is this possible, either manually or using VBA?

Thank you