getpivotdata() by position
According to help you can reference a pivot table entry by position. for
example
sales
Name
joe 5
mike 4
How do I reference the top person assuming they will always be in the same
position? I am ordering my table by sales, so I want the top sales person's
total to be the result of my formula.
I would imagine this: (doesn't work though)
=getpivotdata(pivotName,Name[1] Sales)
I have tried lots of different quotation combinations. any ideas? Thanks
|