how do I clear #DIV/0!but leave the formula in cell

B

bc

when i was at work, i used to have an iserror formula. something like

=iserror(k5/h7*100)0(k5/h7*100) , and this would leave 0 in the
formula cell, instead of the above #div/0 thing. but i can't make it work.
help would really be apreciated.

thanks

bc
 
J

Jacob Skaria

=IF(iserror(k5/h7*100),0,k5/h7*100)

OR

=IF(iserror((k5/h7)*100),0,(k5/h7)*100)

If this post helps click Yes
 

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