Thread: getpivotdata
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default getpivotdata

Try wrapping a T() around the cell ref D14:
=GETPIVOTDATA(T(D14),pivot!$O$7)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"geebee" wrote:
hi,

i have the following in a cell:
=GETPIVOTDATA(D14, pivot!$O$7)

D14 is a cell reference, the cell containing a value.

but i am getting a #REF! error in this GETPIVOTDATA field.

what should i do?

thanksin advance,
geebee