Thanks,
Chuck,
Can you send the complete formula you are trying to drag in the
Monthly Totals sheet
That may give us a better understanding of what the problem is.
Regards
David
=GETPIVOTDATA(" WristX2",$A$4,"Month",DATE(2008,9,1))+GETPIVOTDATA("
WristX2",$A$4,"Month",DATE(2008,10,1))+GETPIVOTDATA("
WristX2",$A$4,"Month",DATE(2008,11,1))+GETPIVOTDATA("
WristX2",$A$4,"Month",DATE(2008,12,1))+GETPIVOTDATA("
WristX2",$A$4,"Month",DATE(2009,1,1))+GETPIVOTDATA("
WristX2",$A$4,"Month",DATE(2009,2,1))
Select the range
Edit|goto (or hit ctrl-g or F5)
Special
Formulas
(Selecting the formulas may not be necessary if you don't have any $'s in any
other cell.)
Then
Edit|replace (ctrl-h)
what: $
with: (leave blank)
replace all
An alternative is having a macro that cycles through all the cells and changes
the absolute references to relative, but if the edit|replace stuff works, it'll
be faster.
--
Dave Peterson
Chuck,
there is a menu option not usually shown on the Pivot Table bar call
'Generate Pivot Data'.
This affects how Excel sees the pivot table cells.
The default is on, but when you turn this off, instead of the
=GETPIVOTDATA formula (which doesnt allow relative references),
you will see normal cell references such as =C1, D1 etc.
You should then be able to drag your formula in the normal way to
increment the values.
Regards
David