S
Sandy
Why does this:-
=IF($A$29=0,0,IF($A$2="",0,SUMIF(OFFSET(A31,,,$A$29,1),$A$2,OFFSET(F31,,,$A$29,1))))/$A$29
produce a different result tothis?:-
=IF($A$29=0,0,IF($A$2="",0,SUMIF($A$31:$A$3000,$A$2,F31:F3000)))/$A$29
where $A$2 is "Red" and $A$29 is "=Countif(A31:A3000,A2).
Sandy
=IF($A$29=0,0,IF($A$2="",0,SUMIF(OFFSET(A31,,,$A$29,1),$A$2,OFFSET(F31,,,$A$29,1))))/$A$29
produce a different result tothis?:-
=IF($A$29=0,0,IF($A$2="",0,SUMIF($A$31:$A$3000,$A$2,F31:F3000)))/$A$29
where $A$2 is "Red" and $A$29 is "=Countif(A31:A3000,A2).
Sandy