I can't seem to get this syntax correct to display 0 instead of #Num! Here is what I have:
And technically, if the left side of the equation = 0 then the right side will as well.
Code:
=Nz(([txtComOverDays]+[txtIncomOverDays])/([txtComOverNum]+[txtIncomOverNum]),0)
And technically, if the left side of the equation = 0 then the right side will as well.