Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to create a rollup column based on a pivot table data column. The
GETPIVOTDATA function includes static field and index ("item") references, and so can't be copied (the copies reference the original pivot field/item pair). Is there a better way to create a cumulative column than building it cell-by-cell? I'm using Excel 2003. Thanks - |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can turn off the GETPIVOTDATA function, but for a quick fix...
don't point to the cell reference. Instead, type in the reference to the pivot table. For example, if the Pivot Table row totals are in Cells C2:c20, then D20:=SUM($C$20:C20) copy that formula down as far as you need. Note: To disable the GETPIVOTDATA function...see Debra Dalgleish's site: http://www.contextures.com/xlPivot06.html Does that help? *********** Regards, Ron "Robert Day" wrote: I'm trying to create a rollup column based on a pivot table data column. The GETPIVOTDATA function includes static field and index ("item") references, and so can't be copied (the copies reference the original pivot field/item pair). Is there a better way to create a cumulative column than building it cell-by-cell? I'm using Excel 2003. Thanks - |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
D'oh! Thanks, Ron-
"Ron Coderre" wrote: You can turn off the GETPIVOTDATA function, but for a quick fix... don't point to the cell reference. Instead, type in the reference to the pivot table. For example, if the Pivot Table row totals are in Cells C2:c20, then D20:=SUM($C$20:C20) copy that formula down as far as you need. Note: To disable the GETPIVOTDATA function...see Debra Dalgleish's site: http://www.contextures.com/xlPivot06.html Does that help? *********** Regards, Ron "Robert Day" wrote: I'm trying to create a rollup column based on a pivot table data column. The GETPIVOTDATA function includes static field and index ("item") references, and so can't be copied (the copies reference the original pivot field/item pair). Is there a better way to create a cumulative column than building it cell-by-cell? I'm using Excel 2003. Thanks - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pivot table | Excel Discussion (Misc queries) | |||
pivot table created from another pivot table | Excel Worksheet Functions | |||
Sort a Column of Dates in Pivot Table | Excel Worksheet Functions | |||
Pivot Table -- Add column to average Grand Total | Excel Worksheet Functions | |||
Change Data In Pivot Table | New Users to Excel |