Calculation Help - Scoring Sheet
- July 24, 2023
- 3 replies
- 2988 views
JavaScript Newbie here...
I am attempting to automate the attached scoring sheet. This is a Federal form, so I cannot change the format. I am using radio buttons for each question as only one choice can be selected. The first 3 fields have unique values assigned and that value varies based on the specific question. However, the 4th field "Did Not Occur" retains the same value as the "Good" field - either 3, 6, or 9 depending on the question. In an attempt to differenciate between the two fields, I gave the "Did Not Occur" fields values adding a .1.
I need to total the value of all questions with a score of "Did Not Occur" separately from the other scores, that number must be subtracted from the "Maximum Total Score" (192). I have added an "Adjusted Max Total Score" field for that number. Then, the Adjusted Max is used to calculate the "Percent Score."
Here are the calculation instructions from the manual:

TYIA!
