ralphralph07
MIS
Hi
I'm trying to do a sum if with two conditions and have the following formula - but it's picking up values that don't exist - for example I only have one section that should pull back data but it's bringing data back for other sections?
Not sure where i'm going wrong on this one.
i have set the formula to be an array.
I'm trying to do a sum if with two conditions and have the following formula - but it's picking up values that don't exist - for example I only have one section that should pull back data but it's bringing data back for other sections?
Not sure where i'm going wrong on this one.
i have set the formula to be an array.
Code:
=SUM(IF(('Working Data'!$A$2:$A$2000='Average By Data'!$A2)+('Working Data'!$G$2:$G$2000='Average By Data'!$B2),'Working Data'!K2:K2000,0))/$C2