Fillable Form using a table to calculate a result (JavaScript)
I have a table to calculate a result but cannot seem to get the java script right. In Line F of the form, the Estimated Minimum Mod is calculated referencing the calculation in Line E. For example: the table incorporates a range of numbers - if line E is $320,000, which is between $300,00-$400,00, then line F is .60 or if Line E is $90,000, which is less than $100,000 Then Line F is .75. Line E is the result of Line C, the Current Annual Premium (which is entered by the user), divided by Line D Current Experience Modification (which is also entered by the user). The resulting number in Line F is used to calculate the number in Line G, which is E times F. The calculations should flow, but I cannot get the script right for Line F to produce any number. I would greatly appreciate some help with the script for line F. Thank you.

