For example, I have a Pivot table with 'Label' and 'Date' as row labels and 'Total' as a value. I need to only show Labels if they meet either of these conditons (Total > 20 OR Multiple Dates), which would elimate A and D, but still show B and both Cs.

See attached - Pivot Test.xlsx

Label - Date - Total
A - 01/01/2013 - 3
B - 01/01/2013 - 25
C - 01/01/2013 - 5
- 01/02/2003 - 5
D - 01/01/2013 - 15


Filter to only show the following:

Label - Date - Total
B - 01/01/2013 - 25
C - 01/01/2013 - 5
- 01/02/2003 - 5