I am interested in assigning numeric values to items selected from a list in the choices tab, then using to calculate a result. I assume this is possible, but am not having any luck with he syntax I'm using. Here's my example:
Question: Please select one of the items below
(from list name "items")
A
B
C
D
user selects one or more values in list.
I have a separate type field called "score" in which I want to assign values to items in the list if they are checked, then calculate a value (let's say I select A and
, assign a value to the selected (A=1, B=1), and add all the values. if A and B are selected, result would be 2.
I know there has to be a simple answer...
thanks
Dave