Excel "if then" statement into adobe xi fillable form
Here are the two formulas I have in excel:
=IF(F4="recruiting",0,H31*0.3)
=IF(F4="recruiting",0,((A62*7)+(B62*11)+(C62*23))* COUNT(A10:A30))
I need these to be written in javascript so that adobe fillable forms will pick up the data that I need.
Thanks in advance
|