I am having trouble with report values returning as #Num!
I have two text boxes that display caluculations based on the number of true values in yes/no fields:
=(Sum(IIf([Eligible]=True,1,0))) which is text 8 and
=(Sum(IIf([Eligible]=True,1,0))) which is text 10.
I then want to divide text 10 by text 8.
I have tried the Nz function as below and many other combinations but can't seem to eliminate the #Num!
=Nz([Text10]/[Text8],0)
Any help would be appreciated.
Thanks
I have two text boxes that display caluculations based on the number of true values in yes/no fields:
=(Sum(IIf([Eligible]=True,1,0))) which is text 8 and
=(Sum(IIf([Eligible]=True,1,0))) which is text 10.
I then want to divide text 10 by text 8.
I have tried the Nz function as below and many other combinations but can't seem to eliminate the #Num!
=Nz([Text10]/[Text8],0)
Any help would be appreciated.
Thanks