How do I let a percent formula = 0?

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

Guest

I want a percent formula when it equals zero to put a zero in the cell. How
do I allow this? Right now I'm getting "#DIV/0!" ?
 
you need to use the iserror function.
EG

=IF(ISERROR(a1/a2*100)=TRUE,0,a1/a2*100)

ie if the answer is #n/a then it will show 0 otherwise it will show the
percentage
 

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