analysis_paralysis
New Member
- Joined
- Mar 12, 2009
- Messages
- 16
Hello,
I am trying to add data from 3 different pivot tables for a certain value set, generally my equation is working but I am running into a problem with one of the categories as it is null in one of the three sets I am addding from - causing the entire thing to kick back blank.
Here is my equation - I need to modify so that it will sum the value of category "POS" and category "APOS" if category "Complex" is blank as well as the otehr variation possibilities (meaning: sum POS & Complex if APOS is blank, Sum APOS & Complex if POS is blank, Sum all 3 if none are blank).
Help would be great, I am so stuck!
A_P
=IF(ISERROR(GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","POS","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","Complex","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","APOS","New Segment",B18)),"",GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","POS","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","Complex","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","APOS","New Segment",B18))
I am trying to add data from 3 different pivot tables for a certain value set, generally my equation is working but I am running into a problem with one of the categories as it is null in one of the three sets I am addding from - causing the entire thing to kick back blank.
Here is my equation - I need to modify so that it will sum the value of category "POS" and category "APOS" if category "Complex" is blank as well as the otehr variation possibilities (meaning: sum POS & Complex if APOS is blank, Sum APOS & Complex if POS is blank, Sum all 3 if none are blank).
Help would be great, I am so stuck!
A_P
=IF(ISERROR(GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","POS","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","Complex","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","APOS","New Segment",B18)),"",GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","POS","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","Complex","New Segment",B18)+GETPIVOTDATA("Add'l by EOQ",'Financial Pivot'!$A$1,"Probability_of_closure","60%","Category","APOS","New Segment",B18))