H
Harvey Waxman
I'd like to average a column depending on two other column criteria:
I want the average of column H if criteria in M and C are met
=AVERAGE(IF(AND(M18:M11000<>0%,C18:C11000="R"),H18:H11000))
Array entry results in 0. Where is my error?
Thanks
I want the average of column H if criteria in M and C are met
=AVERAGE(IF(AND(M18:M11000<>0%,C18:C11000="R"),H18:H11000))
Array entry results in 0. Where is my error?
Thanks