Associate
- Joined
- 23 Apr 2007
- Posts
- 1,785
- Location
- Cardiff-ish, Wales
Hi guys,
I've got the following function working on my laptop using Excel 2010:
=GETPIVOTDATA("sum of call costs (airtime)",PivotTableCost!$A$3,"user name",A4,"Month",MonthSelect)
However, when I save as a 97-2003 workbook so that I can use it on a PC running Excel 2000 the function doesn't work, it just returns a Values error. From what I've read so far it looks like there is a difference in the structure of the function between 2000 and 2010 versions. Can anyone convert the above function into one that 2000 will recognise?
Cheers,
Jed.
EDIT - just to clarify:
A4 refers to a cell with a specific User Name. User Name column appears in the Pivot Table.
MonthSelect refers to a named range where a Month is selected from a drop down list. Month column appears in the Pivot Table.
I've got the following function working on my laptop using Excel 2010:
=GETPIVOTDATA("sum of call costs (airtime)",PivotTableCost!$A$3,"user name",A4,"Month",MonthSelect)
However, when I save as a 97-2003 workbook so that I can use it on a PC running Excel 2000 the function doesn't work, it just returns a Values error. From what I've read so far it looks like there is a difference in the structure of the function between 2000 and 2010 versions. Can anyone convert the above function into one that 2000 will recognise?
Cheers,
Jed.
EDIT - just to clarify:
A4 refers to a cell with a specific User Name. User Name column appears in the Pivot Table.
MonthSelect refers to a named range where a Month is selected from a drop down list. Month column appears in the Pivot Table.
Last edited: