Thread
:
from a group of cells.find average of cells containing values
View Single Post
#
2
Posted to microsoft.public.excel.misc
Billy Liddel
external usenet poster
Posts: 527
from a group of cells.find average of cells containing values
"farm" wrote:
average some specified cells using only those with values greater then 0
Hi
Try =SUM(A1:A6)/COUNTIF(A1:A6,"0") where A1 to A6 is the range
Regards
Peter
Reply With Quote
Billy Liddel
View Public Profile
Find all posts by Billy Liddel