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

Conditional Calculation

malinut
Registered: Oct 15 2010
Posts: 2
Answered

Hi,
I need to set up a conditional statement in a form so that if the annual sales entered are less than $500,000, the annual membership dues are $500. If the annual sales amount is greater than $500,000, then the annual membership dues are calculated at 1/10 of 1 percent.
 
For example:
User enters $235,000 in Annual Sales Field. Membership Dues Field = $500.
 
User enters $750,000 in Annual Sales Field. Membership Dues Field = $750.
 
I can design a nice looking form, but know little about writing calculations! Thanks!

My Product Information:
Acrobat Pro 9.0, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
See Conditional Execution by Thom Parker.http://acrobatusers.com/tutorials/conditional-execution

George Kaiser

Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi malinut,

here is a tutorial from the Learning Center here that should be helpful-
http://acrobatusers.com/tutorials/conditional-execution

Hope this helps,
Dimitri
malinut
Registered: Oct 15 2010
Posts: 2
Thank you both--it worked perfectly!