ISERROR Question

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

Guest

My Formula

Y_N: IIf(IsError(([MAINTINV_RTL]-[MAINTINV_CST])/[MAINTINV_RTL]),"Y","N")

I either get #Error or N

Thanks
 
I assume you're just trying to catch a divide by zero error.

Y_N: IIf([MAINTINV_RTL]>0,"Y","N")
 

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

Similar Threads


Back
Top