Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the following GetPivotData formula
=GETPIVOTDATA("Sum of ProjEstV.Value",'Validated Value Pivot'!$A$6,"Status Month","2008-04","Sum.OI Category","Other","OI Goal Category","OPS","CloseOIYr","","Status","Assigned" ) Which works fine. I just don't want to use the part "Sum.OI Category","Other" So I get =GETPIVOTDATA("Sum of ProjEstV.Value",'Validated Value Pivot'!$A$6,"Status Month","2008-04","OI Goal Category","OPS","CloseOIYr","","Status","Assigned" ) which gives me a REF error. WHY? Thanks, Barb Reinhardt |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You've removed a field name and item from the formula, but unless the
pivot table structure also changed, there won't be a summary cell in the pivot table that matches the fields and items left in the formula. If you take Sum.OI Category out of the formula, it would also have to be removed from the pivot table layout, or moved below the fields remaining in the formula. Barb Reinhardt wrote: I have the following GetPivotData formula =GETPIVOTDATA("Sum of ProjEstV.Value",'Validated Value Pivot'!$A$6,"Status Month","2008-04","Sum.OI Category","Other","OI Goal Category","OPS","CloseOIYr","","Status","Assigned" ) Which works fine. I just don't want to use the part "Sum.OI Category","Other" So I get =GETPIVOTDATA("Sum of ProjEstV.Value",'Validated Value Pivot'!$A$6,"Status Month","2008-04","OI Goal Category","OPS","CloseOIYr","","Status","Assigned" ) which gives me a REF error. WHY? Thanks, Barb Reinhardt -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
GETPIVOTDATA | Excel Worksheet Functions | |||
Getpivotdata and #REF | Excel Discussion (Misc queries) | |||
GETPIVOTDATA = #N/A | Excel Discussion (Misc queries) | |||
GETPIVOTDATA Bug | Excel Worksheet Functions | |||
GETPIVOTDATA question regarding adding "rows" | Excel Worksheet Functions |