I am dividing in my report and getting #NUM! results that I want to get rid of. I originally used the "Nz" statement to give me a 0% result where appropriate. Then, I found DHookum's advice to someone to use the following:
=IIf([Pot]=0," ",[Obtained]/[Pot])
Now, when I have 1 potential and 0 obtained, my field is blank instead of 0%. Can someone give me the right code for fixing both issues?
Thank you!
=IIf([Pot]=0," ",[Obtained]/[Pot])
Now, when I have 1 potential and 0 obtained, my field is blank instead of 0%. Can someone give me the right code for fixing both issues?
Thank you!