#Num! Error

T

tim johnson

I have a calculated textbox where I an getting #Num!
because the denominator is zero.

The equation in the textbox is ([Leads]/[Calls])*100.

If Calls is zero I get the #Num! displayed in the textbox.

I an trying to use an IIF statement but cannot get it to
work.


IIF(ISERR(([Leads]/[Calls])*100),"",([Leads]/[Calls])*100)

Can someone help
 

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