View Single Post
 
Old 03-03-2017, 01:01 AM
Miricleman Miricleman is offline Windows 10 Office 2007
Novice
 
Join Date: Mar 2017
Posts: 3
Miricleman is on a distinguished road
Default 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?
Attached Images
File Type: jpg Entry with Check Boxes.JPG (23.1 KB, 21 views)
Reply With Quote