I am trying to average numbers contained on several different worksheets in one workbook. I need to not include those that are zeros.
I tried the following statement, but it does not like my countif statement. Is there any way for me to do this without moving all of the information to one worksheet?
=SUM(Sheet1!A1,Sheet2!A1,Sheet3!A1)/COUNTIF(Sheet1!A1,Sheet2!A1,Sheet3!A1,">0")
Bookmarks