not including 0's

M

Mangesh Yadav

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

Mangesh
 
B

Bob Phillips

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

Top