Thread
:
Average - without zero?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Cliff[_4_]
external usenet poster
Posts: 2
Average - without zero?
=AVERAGE(IF(B5:B17<0,B5:B17)) & enter this as an array formula via
Ctrl+Shift+Enter
or in Excel 2007
=AVERAGEIF(B5:B17,"<0")
Reply With Quote
Cliff[_4_]
View Public Profile
Find all posts by Cliff[_4_]