View Single Post
  #5   Report Post  
Ashish Mathur
 
Posts: n/a
Default find an average from a range, utilizing all data 0

Hi,

You may try the following array formula (Ctrl+Shift+Enter)

=average(if((range0),range))

Regards,

Ashish Mathur

"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