[ad_1]
Hello @scc2452555
Thank you very much for using our plugin.
Our plugin includes many operations that satisfy some Excel functions, but it is not an Excel interpreter or emulator. You must implement the equations using the plugin operations, or JS.
The Excel formula =SUMME(GRAD(ARCSIN(N3/N4))) where N3 and N4 correspond to the fieldname2 and fieldname3 fields in the form can be implemented as follows:
Insert a calculated field in the form and enter the following equation through its “Set equation” attribute:
DEGREES(ASIN(fieldname2/fieldname4))Note I don’t include the equality symbol in front the equation.
Best regards.
