G
Guest
I'm trying to get the following formula to work per the instructions in the help (Excel 2003). However, as soon as it hits the cell with a zero, rather than not including it in the calculation, it returns the dreaded #VALUE. Can you automatically skip cells by imbedding an if within an average?
=AVERAGE(IF(A2:A7<>0, A2:A7,""))
I've isolated the problem to the cell with zero by changing the ranges to be one cell at a time. Everything is fine until I hit A6 which has a value of 0 (zero, numeric)
I guess the real question is what is the purpose of the false argument in this situation
Thanks for any help.
=AVERAGE(IF(A2:A7<>0, A2:A7,""))
I've isolated the problem to the cell with zero by changing the ranges to be one cell at a time. Everything is fine until I hit A6 which has a value of 0 (zero, numeric)
I guess the real question is what is the purpose of the false argument in this situation
Thanks for any help.