AMVERAGIF Condition

  • Thread starter Thread starter rwtrader
  • Start date Start date
R

rwtrader

I am having trouble adding an AND statement to the condition portion of the
AVERAGEIF statement. Is there a trick to doing this?
 
"And" will return true/false, try using IF(AND(-------)) which will return a
value as the criteria.

Regards
Steve
 
Don't know the new function AVERAGEIF,
but indicatively something like this array-entered should do it:
=average(if((Cond1)*(Cond2),Range))
 
Back
Top