A
AK
According to the Excel 2000 help feature, Array Formulas
are supposed to return a calc based on a condition you
specify in a particular corresponding row. In the below
example, the result should be the average of 5,7, and 9.
Ex.
=AVERAGE(IF(C1:C6="A",D16))
A 5
B 6
A 7
B 8
A 9
B 10
My question is two-fold:
1. If one of the cells is blank, ex. if 5 wasn't there,
why does it average that cell as a zero even thought there
would be no cell contents?
2. Can the COUNTA function be used in this scenario (ie.
in place of AVERAGE)... I couldn't get it to work.
Many thanks
A. Karesh
are supposed to return a calc based on a condition you
specify in a particular corresponding row. In the below
example, the result should be the average of 5,7, and 9.
Ex.
=AVERAGE(IF(C1:C6="A",D16))
A 5
B 6
A 7
B 8
A 9
B 10
My question is two-fold:
1. If one of the cells is blank, ex. if 5 wasn't there,
why does it average that cell as a zero even thought there
would be no cell contents?
2. Can the COUNTA function be used in this scenario (ie.
in place of AVERAGE)... I couldn't get it to work.
Many thanks
A. Karesh