Pivot table
Exec_Date Pass Fail Blocked
06/02/2011 5 8 10
06/03/2011 8 23 4
From above pivot table I want to retrieve data based on condition
I am writing below code but getting error
Getpivotdata("Exec_Date",$A$4,"Exec_Date", "06/02/2011","Status","Pass")
Please let me know how to write code for this. Thanks
Bookmarks