Divde by zero Error

G

Guest

Please help with the following formula,
E20 and E22 , when left blank = value of 0, Therefore " Divide by Zero
Error " condition occure affecting the rest of the form.
example =sumif(E20,E22)=<0*(E2/E22)*167
 
G

George Nicholson

Not at all sure what you are asking/trying to do, but my best guess
(avoiding DivisionByZero error while ignoring incorrect SumIf syntax) is:

=If(E22 = 0, 0, (E2/E22)*167)

HTH,
 

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