Question
calculating checkboxes
I need assistance with calculating check boxes in an adobe fillable form
I have a table that needs the check boxes counted and then multiplying them by the number at the top.
I need a formula to calculate step 1 and step 2 in one script.
Column 1 is labeled LC1.1, LC1.2, LC1.3, LC1.4, LC1.5, etc.
Column 2 is labeled LC2.1, LC2.2, LC2.3, LC2.4, etc.
etc.
| Question | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| 1 | x | |||
| 2 | x | |||
| 3 | x | |||
| 4 | x | |||
| 5 | x | |||
| 6 | x | |||
| 7 | x | |||
| 9 | x | |||
| (step 1) Add total # of X's in each column | 1 | 2 | 2 | 3 |
| (step 2) Multiply the column total by the # at the top | 1 | 4 | 6 | 9 |
