H
Harvey Waxman
I want to average a column (P) only if two conditions are satisfied.
The value in column G must be blank and the value of P must be greater than 0%.
{=AVERAGE(IF(AND($G$13:$G$11000="",$P$13:$P$11000>0%),$P$13:$P$11000))}
The result is always 0% and I can't see what's wrong.
Can you help? I array enter the formula
The value in column G must be blank and the value of P must be greater than 0%.
{=AVERAGE(IF(AND($G$13:$G$11000="",$P$13:$P$11000>0%),$P$13:$P$11000))}
The result is always 0% and I can't see what's wrong.
Can you help? I array enter the formula