R
Richard
=SUM(A1,B1,C1)/COUNT(A1,B1,C1)How would you keep this error #DIV/0! from
showing up when nothing is in a cell. Thanks in advance!
showing up when nothing is in a cell. Thanks in advance!
T. Valko said:P.S.
If there might be 3 0s in the range you'll still get the error.
Or, if there might be a situation like this you'll still get the error:
A1 = 10
B1 = -10
C1 = 0
For a generic "catch-all" see Mike's suggestion.