Currently, there are over 700 rows on my pivot table and i need to copy the formula to another worksheet with a sample of the cell formula as such

"=GETPIVOTDATA("[Measures].[Average Book Balance]",'[Detailed Forecast Audit.xlsm]Deposit Forecast'!$A$11,"[Period].[FlatPeriodUS]","[Period].[FlatPeriodUS].&[10/31/2012]","[Account].[Account]","[Account].[Account].&[48]","[Liquidity Tag Custom].[Liquidity Tag Custom List]","[Liquidity Tag Custom].[Liquidity Tag Custom List].&[165]")"

The date and account tag will change accordingly as months changes and when the extra rows of data are inserted.

Is there a way for me to copy all 700 rows of formula to the second worksheet without have to type "= " and reference the original pivot table to get cell by cell formula?