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

calculating a pecentage of a filed

propagator
Registered: Mar 21 2011
Posts: 3
Answered

Hi,
 
I have an order form that requires one of the fields to be a percentage of the preceding sub total field in dollar amounts
 
for example
 
text12 = 25% of text11
 
or
 
sub total = $100.00
-25% deposit = ?????
 
how do I get that field to calculate a percentage of the sub total field?
 
Any help would be great

Chris

My Product Information:
Acrobat Pro 8.0, Macintosh
propagator
Registered: Mar 21 2011
Posts: 3
Ok I figured that one out with some help from the forum. sorry to waste anyone time but ...

another question ...

now that i have the 25% deposit I would like to add Postage in one field and Packing in another field and get a total (which I can do) but then subtract that from the subtotal to give me a balance remaining eg

sub total = 100
- 25% deposit = $25.00
+ freight $8.00
+ packing $5.00
Total equals = $38.00
Balance remaining + ??????

once again any help appreciated.

Chris

try67
Expert
Registered: Oct 30 2008
Posts: 2398
Accepted Answer
What are the names of your fields? If it's just Total and SubTotal, use the simple notation calculation and enter:
SubTotal - Total

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

propagator
Registered: Mar 21 2011
Posts: 3
easy as that many thanks.

Chris