cell ref. in GETPIVOTDATA function
Posted by john S. on May 17, 2001 11:08 AM
How do you string multiple cells together to grap data off a pivot table. ex: 1column with 5data feilds. The column name is in 2 cells EX: A1 = white A2= cat. the pivot column is "whitecat" now I want to grab a certain data feild. I know it looks something like this
GETPIVOTDATA(range,A1&" "&A2&" data answer)