Thanks, but it did not work. Maybe because I am summing
the same cell across multiple worksheets. For example, my
formula of =AVERAGE('Butler:8'!K78) works but if one cell
is 0 it does not exclude it.
if there is no naming system like sheet1, sheet2 and so on then it is easier
to put the sheet names
in a range like the above where the sheet names would be in the A2:A8 range,
If you use Sheet2:Sheet4
with a naming system then you can use
Also, if you download & install the morefunc.xll add-in from http://longre.free.fr/english/index.html, insert 2 additional sheets named
First and Last, and put the relevant sheets between First and Last, you can
have:
Another possibility which may be simpler in the long run.
Assuming the K78 cell's values are produced by a formula, structure the
formula to return a string
=if(formula=0,"",formula)
Average ignores non-numeric entries (except error values).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.