Answered
Hi, I'm trying to put more than one calculation into a form field. Can I do that?
Basically:
field_A * 65 + 10% of field_B = answer in field_C
Hope that makes sense. Is it possible? Does anyone know the text I should use?
All I can get it to do is multiply by the 65 and give me a price in field_C. But I want it to add 10% of another field too.
Using Acrobat Pro 9 on Mac SnowLeopard
but your formula looks like it calculates only one value from the value of 2 different fields and two constants.
You could use the simplified field notation for 'field_C':
(field_A * 65) + (0.10 * field_B)
George Kaiser