Formula Goal: If FIELDA answer is Yes and FIELDB answer is No then return FIELDC otherwise return 0.00
I get a calculation error using the following syntax:
=IF(AND(Are_you_filing_and_paying_before_the_20th_of_the_month_the_tax_is_due_.Yes,Do_any_delinquencies_exist__1.No),V_5__Discount,0.00)
This was working with the checkbox field, but I had to change the filed to the radio button so that only Yes or No could be selected, not both. I updated the variables in the formula.