If IsError Help

  • Thread starter Thread starter Karin
  • Start date Start date
K

Karin

My formula:
=IF(SUM(Q20:R20)>S20,"over budget",SUM(Q20:R20)/S20)

If there is a division error on the last part, I need to have it return ""

Not sure how to get this to work.

Thank you.
 
Hi,

=IF(S20=0,"",IF(SUM(Q20:R20)>S20,"over budget",SUM(Q20:R20)/S20))

Mike
 

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