How do I convert an excel formula into Javascript for use in PDF form fields?
So I've been trying to do this for a while now, I just can't seem to see what's going wrong with the formula...
This is the excel version (note: instead of cell names, I need to put the form name, which is OverallVisits);
=IF(H8=500,"250",IF(H8=1000,"350",IF(H8=2000,"500")))
So I replaced H8 with OverallVisits but it's not working.
I also used a converting website and it then came back with syntax errors...
Please help anyone
Thanks in advance!
