I have a workbook with 101 sheets. Field A1 on Sheet1 through A1 on sheet100 may or may not contain a number greater than 0. On sheet101 I have the sum of all numbers from A1 of Sheet1 through A1 of Sheet100. What can I put as a formula if I want to take that total and divide by the number of sheets where A1 is not 0. For example there are 100 sheets between Sheet1 and Sheet100 but only 47 contain numbers greater than 0. So I want to get the average by dividing the sum of all values, between Sheet1 and Sheet100, divided by 47. Thank you.