View Single Post
  #3   Report Post  
Ron Coderre
 
Posts: n/a
Default find an average from a range, utilizing all data 0

Try something like this:
=SUMIF(B1:H1,"0")/COUNTIF(B1:H1,"0")

Does that help?

--
Regards,
Ron


"Chase" wrote:

I have a row of various #s and I would like to take the average of those
numbers only if they are greater than 0, if they are less than or equal to 0
I would like to omit them.

How can create a formula to reflect this?

Thanks,
CT