extract data from pivottable which meets certain conditions

  • Thread starter Thread starter befuzzaled2010
  • Start date Start date
B

befuzzaled2010

What is the correct formula for extracting data from a pivot table report
which meets a certain conditional set of criteria?
 
- 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.
 
Back
Top