Hey all
I have run into another problem.
I have an Excel worksheet working as some sort of a dashboard, within this dashboard I have made cells that changes when I slide a scrollbar down, this is done by using the OFFSET-function, inserting the scrollbars linked cell as the row refference in OFFSET.
My problem is that the data I would like to show in my scrollable area comes from a pivottable, the offset function works great for getting text from the cells in the pivottable. But when i try the same thing with a cell containing numbers I do not succeed.
My first idea was to use the GETPIVOTDATA within the OFFSET-function like this:
=OFFSET((GETPIVOTDATA(data_field;pivot_table;[field1];[item1]));rows;0)
But it does'nt seem to work i get the error: The formula you typed contains an error.
Highlighting the getpivotdata part of my formula.
Can anybody help me with a solution to this problem? Or tell me if there is another way to get the data from a pivot table into a scrollable area like mine.
Thanks in advance
/Freakazoid
Bookmarks