Conditional IF function help ??

H

H

Hi - I am hoping someone can help me with my If statement. I need it to do
divide Column N by Column L if Column >0

Here's what I tried but it's not working
=IF(N629>0,IF(ISERR(N629/L629),"",(N629/L629)))

Thank you ;)
 
P

Pete_UK

Try it like this:

=IF(N629>0,IF(ISERR(N629/L629),"",N629/L629),"")

Hope this helps.

Pete
 

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