Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am currently trying to get data from a pivot which has this form
Sum Count Block False True Grand Total item1 4 4 8 item2 3 3 6 item3 3 4 7 I am trying to get "item1" "Sum Count" "Block" "False" = 4 but sinceim using excel 2000 i am not sur how to uild my path string. can someone please help me out ? regards, Alexandre Brisebois |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can either link to the pivot table i.e. =B3, or you can copy the entire
pivot table and paste it somewhere else as values... right click, "paste special", select "values". " wrote: I am currently trying to get data from a pivot which has this form Sum Count Block False True Grand Total item1 4 4 8 item2 3 3 6 item3 3 4 7 I am trying to get "item1" "Sum Count" "Block" "False" = 4 but sinceim using excel 2000 i am not sur how to uild my path string. can someone please help me out ? regards, Alexandre Brisebois |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use the formula:
=GETPIVOTDATA($A$3,"Block FALSE Item item1") wrote: I am currently trying to get data from a pivot which has this form Sum Count Block False True Grand Total item1 4 4 8 item2 3 3 6 item3 3 4 7 I am trying to get "item1" "Sum Count" "Block" "False" = 4 but sinceim using excel 2000 i am not sur how to uild my path string. can someone please help me out ? regards, Alexandre Brisebois -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
GETPIVOTDATA Bug | Excel Worksheet Functions | |||
calculate average for all of data field using GETPIVOTDATA? | Excel Worksheet Functions | |||
"Best Practices" Use of GetPivotData Function | Excel Worksheet Functions | |||
Copy GetPivotData Outside Report | Excel Worksheet Functions | |||
Getpivotdata update issues? | Excel Discussion (Misc queries) |