Using CheckBoxes in a Calculation
Hi,
I am trying to figure out how to incorporate a checkbox in a form calculation.
As in the Picture I have uploaded I am trying to get a calculation legacy form to multiple the number of entries by the events selected in the checkboxes by the cost per event of $10.
I put this formula in a calculation field and also a field formula but it does not seem to work.
=IEtwodogscooter*(if(check1=true,10,0)+if(check2=t rue,10,0)+if(check3=true,10,0))
Is this something that is able to be done with checkboxes or is there another workaround for this type of problem?
|