- You could use the Pivot Table's filtering options.
- In your original data, you could have a 'cheater' column with a formula
that meets your certain conditional set of criteria, include that column in
your pivot table data, put that field in the Pivot Table 'PAGE' area and
filter on it.
The formula would be something like...
If(A1>0, 1, 0)
and filter on the '0' or the '1' in the PAGE area.