These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Form Calculations

TonyJ50
Registered: Oct 31 2006
Posts: 2

How do I divide a number in the form fields calculation tab?

When I go to calculate, then to "Simplified field notation:" and want to divide two numbers...field A, divided by field B, I can not find a symbal to do same.

Can anyone tell me if this can be done?

Field A / Field B = Field C

Field A divided by Field B = Field C

Thanks for your help.

TonyJ50

gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
For the "Simplified field notation" you have to be careful about field names (no spaces) and you can not use logical testing.

Assuming you fields are named "FieldA", "FieldB", and "FieldC" and "FieldB" will never be zero of empty, for "FieldC" you ca use:

FieldA / FieldB

George Kaiser