Question
Form which calculates square root of one field times a second field rounded up to a value
I am trying to convert an excel spreadsheet to a fillable PDF form. The sheet has the following equation to calculate a value with a certain number of significant figures and then round up to a given unit.
CEILING(ROUNDUP($H$15*SQRT($H$18),2),$H$16))
I want to create a similar JAVA script of a field on the form "uncertainty" from the fields as follows:
H15=Ub
H18=Number
H16=dvalue
Any assistance would be greatly appreciated
