R
Ron V
I have this IF, Then...code:
=IIf([sumofupQTC-scd] Or [CountupQTC-scd]=0,0,[sumofupQTC-
scd]/[CountupQTC-scd])
Basically it's saying that if those first 2 fields are =
0, then put a 0 into those fields, if not then divide the
value of those fields.
Can anyone see a better, cleaner way to write it or is it
fine as is?
Thanks for you input.
Ron
=IIf([sumofupQTC-scd] Or [CountupQTC-scd]=0,0,[sumofupQTC-
scd]/[CountupQTC-scd])
Basically it's saying that if those first 2 fields are =
0, then put a 0 into those fields, if not then divide the
value of those fields.
Can anyone see a better, cleaner way to write it or is it
fine as is?
Thanks for you input.
Ron