not including 0's

  • Thread starter Thread starter maksud
  • Start date Start date
M

maksud

how do you not include 0's when working out averages in a huge set o
dat
 
Enter the formula:
=AVERAGE(IF(A1:A100=0,"",A1:A100))
press control shift enter

Mangesh
 
Don't even need the other result

=AVERAGE(IF(A1:A100<>0,A1:A100))

--

HTH

RP
(remove nothere from the email address if mailing direct)


Mangesh Yadav said:
Enter the formula:
=AVERAGE(IF(A1:A100=0,"",A1:A100))
press control shift enter

Mangesh
 

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

Back
Top