I have a formula (in field G1) that divides 2 fields (D1/B1). The formula works fine, however, when I delete the data in either of the 2 fields (or retype over it), I get an error message that states "The value entered does not match the format of the field G1". This formula is in 6 other rows below it (i.e., G2, G3, G4, etc.) with the correct fields in the equation (D2/B2, D3/B3, etc). I need to not get this error message when I retype or delete numbers in these fields as it is a fillable form that will have different data in it depending on certain factors.
Can someone help me please? I would greatly appreciate it. Please note that I do not know Javascript and with whatever solution you present please keep this in mind (to save time).
Thanks!!
Change the format for field 'G1' from "Number" to 'None" andd observe what happens as you clear the form and enter in various values including zero.
You will need to provide control code that prevents the divison or traps the unwanted results.
You can either write a 'Custom calculation script' or a 'Custom vailidation script'.
George Kaiser