Hi All
Can anyone tell me what I need to add/modify to get the below given ratio as a percentThis code works fine when I have a proper numerator and denominator. When it comes to 0/0, I am getting the result as #Num! instead of which, it should be displaying 0
=(Count([Field1])-Count(IIf([Field1]="N/A",0)))/((Count([Field1])-Count(IIf([Field1]="N/A",0)))+(Count(IIf([Field2]="Y",0)+IIf([Field1]="N/A",0))))
Appreciate your time and help.