I am trying to complete a calcuation that looks like this:
- what is the price of A?
- what is the price of B?
If price of A = greater than 100 - add 20 to price of A and multiply ques1 by .80. Then add 10 to ques2 price of B and subtract that from the first result.
If price of A = lower than 100 - add 20 to price of A and mulitply ques1 by .90. Then add 10 to ques2 price of B and subtract that from the first result.
And then I want to take those values and use them to branch later in the form.
Best answer by john.desborough
View original