S
ss
I am using this formula
SUM(C3:C12)/COUNT(C3:C12)
Which in principle appears to work, it adds the cells with an entry and
divides to give an average. However if for example in cell C3 I have a
formula =A3+B3 but both cells A3 & B3 are empty then my formula takes it
that the formula is an entry and includes that in the maths.
I tried this but it didnt work:
SUM(C3:C12,"0")/COUNT(C3:C12)
Can this be altered so that cells with a formula but the result of the
formula is zero are not included in the count.
SUM(C3:C12)/COUNT(C3:C12)
Which in principle appears to work, it adds the cells with an entry and
divides to give an average. However if for example in cell C3 I have a
formula =A3+B3 but both cells A3 & B3 are empty then my formula takes it
that the formula is an entry and includes that in the maths.
I tried this but it didnt work:
SUM(C3:C12,"0")/COUNT(C3:C12)
Can this be altered so that cells with a formula but the result of the
formula is zero are not included in the count.