Need help with simple(?) calculation please
Hello
I have an interactive pdf form where my simple calculation doesnt get the correct answer - sometimes no answer at all?
A= number input by user
B= number input by user
V= A*B
so far so good, then:
C= number input by user
D= 0.8 1.2 3.5 (drop down list)
0.8 generates export value 0.7
1.2 generates export value 1.0
3.5 generates export value 2.3
Q= product of C and respective exported value ------ this value is sometimes 0?
T=V/Q*60 -----this is the final value which I never seem to get right
