AMVERAGIF Condition

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?
 
S

steve

"And" will return true/false, try using IF(AND(-------)) which will return a
value as the criteria.

Regards
Steve
 
M

Max

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top