Hey everyone.
Having a slight problem referencing a Pivot table in Excel 2002.
I do a performance report that tracks the sales of the agents of my company.
I pull raw data from Access and paste it into Excel. I then take all that data and create a pivot table.
Next I go to our pre-made performance report sheet, and reference cells with those in the pivot table, then click-drag the lower right corner to autofill for all the agent.
In Excel '97, when I wanted to reference it was easy. In the 'Report' sheet, I'd click on, say, B6, type '=', then navigate to the 'Pivot' sheet, and click on the corresponding field, say, F7.
Therefore, it would look like this:
B6 = 'Pivot'!F7
Then I could easily drag and autofill... making it go all the way to B30 = 'Pivot'!F31
---HERE'S THE PROBLEM---
In 2002, when I click on "F7" it doesn't say "='Pivot'!F7"....it now says:
This will not autofill on the performance report. Please tell me how I can get it to display like it did back on '97!!
Thanks,
David
Having a slight problem referencing a Pivot table in Excel 2002.
I do a performance report that tracks the sales of the agents of my company.
I pull raw data from Access and paste it into Excel. I then take all that data and create a pivot table.
Next I go to our pre-made performance report sheet, and reference cells with those in the pivot table, then click-drag the lower right corner to autofill for all the agent.
In Excel '97, when I wanted to reference it was easy. In the 'Report' sheet, I'd click on, say, B6, type '=', then navigate to the 'Pivot' sheet, and click on the corresponding field, say, F7.
Therefore, it would look like this:
B6 = 'Pivot'!F7
Then I could easily drag and autofill... making it go all the way to B30 = 'Pivot'!F31
---HERE'S THE PROBLEM---
In 2002, when I click on "F7" it doesn't say "='Pivot'!F7"....it now says:
Code:
=GETPIVOTDATA("Annual_Commission",'Pivot'!$A$3,"Plan_Type","ANNUITY","Name","Smith, John")
This will not autofill on the performance report. Please tell me how I can get it to display like it did back on '97!!
Thanks,
David