skip 0 average

T

T. Valko

One way...

Try this array formula** :

=AVERAGE(IF(A1:A20<>0,A1:A20))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.
 
D

Dana DeLouis

How do average a colum of numbers? I will ignore the $0 number.

Thank you very much!

If you have Excel 2007

=AVERAGEIF(A1:A10,"<>0")


= = = = = = =
HTH :>)
Dana DeLouis
 
Top