I need to create a calculated field from radio buttons. I have been searching and have not found anything that addresses my particular situation. I need a calculated field that works like this:
207 - (value of all 'no's)/ 207 * 100.
The value of all 'no's will be a sum of all of the 'no's selected. Some 'no's are 6 points deductions, while others are 3 point deductions, etc.
I created radio buttons for each question (48 total) with the option values of 'no' are set as the points (e.g. 6, 3, etc), which I've read to do. I have googled calculations from radio buttons and nothing looks quite like this. How should I proceed?
Thank you!