Jerry,
Follow this scenario:
A1:A10
5,-6,2,13,2,-3,25,mt,mt,mt
OP's request - Average as if all numbers were positive.
Sum would equal 56.
Average would equal 8.
Your formula yields 9.4
Same scenario,
Dave's formulas return 5.6 - 5.875 - 9.4
--
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Jerry W. Lewis" wrote in message
...
=AVERAGE(IF(ISNUMBER(A1:A10)*(A1:A10=0),A1:A10))
Jerry
Ragdyer wrote:
Dave,
Those formulas don't seem to work right if there are blank (MT) cells in
the
range!
|