Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bumber! Ok, thanks, glad it wasnt' something i was doing incorrectly.
Thanks much. "Debra Dalgleish" wrote: YOu can't use the Countif function in a pivot table because it requires a range as its first argument. In the source table, you could add a column, e.g. TotalDollarCalc. Use a formula to return an empty string if the TotalDollarException value is zero: =IF(E2<0,E2,"") Then, add the new field to the pivot table, summarized by Average. Suzanne wrote: I can't get this formula to work for me, i've formatted it several different ways and still get the general formula error. The formula works fine outside of the pivot table on the date, just not in the calculated field. Any ideas please? none of these work... =sum('TotalDollarException')/countif('TotalDollarException',"<0") or =('TotalDollarException')/countif('TotalDollarException',"<0") or ='TotalDollarException'/countif('TotalDollarException',"<0") -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculated Field and Calculated Item in Pivot Table | Excel Discussion (Misc queries) | |||
pivot table formulas for calculated field or calculated item | Excel Discussion (Misc queries) | |||
Using a MIN, MAX formula on a calculated field in a pivot table | Excel Discussion (Misc queries) | |||
Pivot Table Calculated Field- Help | Excel Worksheet Functions | |||
How to create a calculated field formula based on Pivot Table resu | Excel Discussion (Misc queries) |