Useful. In my Excel manual it include it as:
Ignore zeros when averaging
=AVERAGEIF(range," 0") also ignores empty cells
For a formula that that includes empty cells (and ignores zero cells):
=SUM(range)/COUNTIF(range,"0")
Discussion on:
- Keyboard Shortcuts:
- Prev
- Next
- Toggle

































