Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i use getpivotdata function if my pivot table has no row
field. I only use page , column , and data fields. However, i want the use the data in the grand total of a certain data field which happens to be a calculated field. Thus there is no 'name' to reference since there is no row field ? Thanks scott |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For a column field named "Rep", and calculated field named "Comm", the
formula in Excel 2002 would be similar to the following: =GETPIVOTDATA("Sum of Comm",$A$3,"Rep","Morgan") or in Excel 2000: =GETPIVOTDATA(Pivot!$A$1,"Rep Morgan 'Sum of Comm'") scott23 wrote: How can i use getpivotdata function if my pivot table has no row field. I only use page , column , and data fields. However, i want the use the data in the grand total of a certain data field which happens to be a calculated field. Thus there is no 'name' to reference since there is no row field ? -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Question | Excel Worksheet Functions | |||
Pivot Table Question | Excel Discussion (Misc queries) | |||
Pivot table question | Excel Discussion (Misc queries) | |||
Pivot Table Question : If statment in Pivot Table?? | Excel Discussion (Misc queries) | |||
Pivot Table Question | Excel Programming |