Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I.e. syntax for getpivotdata is
GETPIVOTDATA(data_field,pivot_table,field1,item1,f ield2,item2,...) I'd like the data_field to be a reference, but I get #REF errors when I try this. ex: GETPIVOTDATA ($B$1,pivot_table,field1,item1,field2,item2,...) any ideas? |
#2
![]() |
|||
|
|||
![]()
Add an empty string to the data field reference, e.g.:
=GETPIVOTDATA(J5&"",$A$6,"Region","Central") Henk wrote: I.e. syntax for getpivotdata is GETPIVOTDATA(data_field,pivot_table,field1,item1,f ield2,item2,...) I'd like the data_field to be a reference, but I get #REF errors when I try this. ex: GETPIVOTDATA ($B$1,pivot_table,field1,item1,field2,item2,...) any ideas? -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display form from an VB application in Excel | Excel Discussion (Misc queries) | |||
Worksheet form design | Excel Discussion (Misc queries) | |||
how to make an order form for a Flower sale? | Excel Discussion (Misc queries) | |||
How do I select cells and make the info populate into a form? | Excel Worksheet Functions | |||
Trying to delete form border, and it deletes all borders | Excel Discussion (Misc queries) |