Question
Custom Calculation Script
I wrote out a formula in Excel and then tried to convert it to an Adobe form...
In Excel...

For the Custom Calculation Script
I set up the 5 fields as A, B, C, D, E,
For the equation i wrote...
event.value = ((getField("C").value - getField("A").value ) / 600) / ((getField("D").value * 0.037) / (2 ^ (getField("E").value / 271)))
Any help in getting this on track would be greatly appreciated.
