View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary Brown[_6_] Gary Brown[_6_] is offline
external usenet poster
 
Posts: 126
Default extract data from pivottable which meets certain conditions

- 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(A10, 1, 0)
and filter on the '0' or the '1' in the PAGE area.
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"befuzzaled2010" wrote:

What is the correct formula for extracting data from a pivot table report
which meets a certain conditional set of criteria?