Creating a simple formula in Acrobat form
I want to be able to create a simple order form. The client enters in the dose (field: "01Dose") they will administer to an animal, and number of animals (field: "01Animals) being treated. I then want to multiple the two fields together and divide by the volume in a container so I know how many containers they want. It would also be good to ROUNDUP to next full container.
Example Excel
=ROUNDUP(("01Dose"*"01Animals")/10000,0)
(In this case the volume of the container is 10,000mls or 10 litres)
(2.0 (Dose Rate ml) x 5876 (Number of Animals))/10000 (Number of Millilitres in a container) = 1.1752 containers ... rounded up to 2 being the number of containers that the client requires.