Counting values of the same cell in numerous sheets excluding values that are 0
Posted by Mireille on April 22, 2001 9:26 AM
In a workbook where the number of sheets are variable I want to count all the A1 cells. If the value of the cell = "0" (not blank) then I do not want to count it.
How can i do this?
Start = First sheet I want to count
End = Last sheet I want to count
=COUNTA(Start:End!A1,">0")
Thanks,
Mireille