IF and Radio Button Function
-
I have a 3 Value Radio Button Element on my form, all values named biweekly, semiweekly, weekly. The form itself is named payrollfreqyency for the ID/value.
I have multiple other text fields that appear to work just fine but when I try to add an IF statement with an Output element pointing at my radio button as follows, I get errors like #name? #div? etc here is the page to view https://www.datapronw.com/blog/?page_id=333
Here is my IF statement, hoping you can help here. Excellent software by the way! My office will be donating to you if we can get this working correctly.
IF(payrollfrequency=”weekly”, auditminutessaved*employnumber, IF(payrollfrequency=”biweekly”, auditminutessaved*employnumber/2, IF(payrollfrequency=”semimonthly”, (employnumber*auditminutessaved*24)/52)))
James
- The topic ‘IF and Radio Button Function’ is closed to new replies.