Average Formula

  • Thread starter Thread starter ceblaser
  • Start date Start date
C

ceblaser

I need help creating an average formula that will only average those
numbers that are greater then 0. For example if I have 3,0,3,3,6,5
I need a formula that will average only 3,3,3,6,5.

Any help would be appreciated.

Thanks
 
One way:

=SUMIF(A1:A10,">0")/COUNTIF(A1:A10,">0")

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top