Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a table of data that consists of well numbers, well names, volumes,
and values. For some wells the volumes and values are zero - I want to pivot table this data, however, I want the pivot table to exclude any wells that have zero volumes and values. Is there a criteria option in pivot tables? -- thanks, mc |
#2
![]() |
|||
|
|||
![]()
I would add a helper column of formulas to the raw data.
I'd put a formula that did something like: =if(or(volume=0,value=0),"hide","show") (You'll do the real formula) Then use that column in the page field. Then just use that page field to change what I see the summary table. dallin wrote: I have a table of data that consists of well numbers, well names, volumes, and values. For some wells the volumes and values are zero - I want to pivot table this data, however, I want the pivot table to exclude any wells that have zero volumes and values. Is there a criteria option in pivot tables? -- thanks, mc -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
overlapping pivot tables | Excel Discussion (Misc queries) | |||
Blank Cells in Pivot Tables | Excel Discussion (Misc queries) | |||
Macro for Pivot Tables | Excel Discussion (Misc queries) | |||
Product Function in Pivot Tables from Multiple Consolidation Range | Excel Worksheet Functions | |||
How does the term 'pivot' apply to Excel's Pivot tables and Pivot. | Excel Discussion (Misc queries) |