G
Guest
I have the following statement and would like to do is calcualate where the
taskq is not null but am getting an error... please help!
=Avg(IIf((nz(IIf([taskq],0))*nz([trackhrs],0))<>0,nz([totalnoprod],0)/(nz([taskq],0)*nz([trackhrs],0)),"0"))
taskq is not null but am getting an error... please help!
=Avg(IIf((nz(IIf([taskq],0))*nz([trackhrs],0))<>0,nz([totalnoprod],0)/(nz([taskq],0)*nz([trackhrs],0)),"0"))