I have a form that needs to use one value for a calculation, that itself is the result of 3 other pre-calculated values. How can I group the one-of-three values calculated into a value itself that is further used? Acrobat 9 Pro, iMac.
Example:
Section 1:
Only one result of the following 3 conditions will be needed, and can be entered, using radio buttons/check boxes with an assigned formula (which is already done successfully):
Value 1 = a - b
Value 2 = c - d
Value 3 = e + f
Section 2 (the problem bit):
Value 4 = g * (Value 1 or Value 2 or Value 3)
Thanks in advance,
Sean.