Hi all,
I am looking for a little help with my formula. I received input from another board on how to write it but it doesn't seem to be working correctly.
I have a pivot table where only 1 condition out of the 3 that I am trying to add together has data. It is returning a 0 and not 134 like I would expect.
Any help would be appreciated.
=LOOKUP(9.99E+307,CHOOSE({1,2},0,GETPIVOTDATA("Total_Cost",'Summary Financial'!$A$3,"Req_project_code","11-005","Time_step_num","002","Month",2)+GETPIVOTDATA("Total_Cost",'Summary Financial'!$A$3,"Req_project_code","11-005","Time_step_num","003","Month",2)+GETPIVOTDATA("Total_Cost",'Summary Financial'!$A$3,"Req_project_code","11-005","Time_step_num","005","Month",2)))
I am trying to prevent the ref error if data does not exist in all or any of the 3 areas.
Thanks again.
Doug
I am looking for a little help with my formula. I received input from another board on how to write it but it doesn't seem to be working correctly.
I have a pivot table where only 1 condition out of the 3 that I am trying to add together has data. It is returning a 0 and not 134 like I would expect.
Any help would be appreciated.
=LOOKUP(9.99E+307,CHOOSE({1,2},0,GETPIVOTDATA("Total_Cost",'Summary Financial'!$A$3,"Req_project_code","11-005","Time_step_num","002","Month",2)+GETPIVOTDATA("Total_Cost",'Summary Financial'!$A$3,"Req_project_code","11-005","Time_step_num","003","Month",2)+GETPIVOTDATA("Total_Cost",'Summary Financial'!$A$3,"Req_project_code","11-005","Time_step_num","005","Month",2)))
I am trying to prevent the ref error if data does not exist in all or any of the 3 areas.
Thanks again.
Doug