I am excited about the new Excel style calculation feature in Forms version 10. I would like to use this to calculate the total based on certain checkboxes that are selected in a field. So for example, if I have four checkboxes in a field called Options, with visual values of A B C and D, and backend values of 10, 15, 23 and 45 assigned to each of them respectively, I'd like to know if
=Options
will give me the total I need because Forms knows to add up the checkboxes that are checked, or if some other formatting is necessary?