How can I prevent the "division by zero" error in this formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if one of its cells is either null or blank?

=SUM(1/COUNTIF(A5:A65,A5:A65)*(C5:C65<>"Ginny cancelled"))

Thanks.
 
=SUMPRODUCT((C5:C65<>"Ginny
cancelled")*(A5:A65<>"")/(COUNTIF(A5:A65,A5:A65&"")))
 

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