Hello! I'm trying to create a formula to assign different points to each questions if is checkbox is marked and then have a total score. Right now I have this: =COUNTIF(Done9:Done101, 1) / (COUNTIFS(Done9:Done101, 0, Task9:Task101, NOT(ISBLANK(@cell))) + (COUNTIF(Task9:Done101, 1))) but is 1 point per question and I want to assign different points.
If the first question (A. Go over vision & Mission) is Done, you have 5 points, if the second question is Done, you have 9 points, etc and have the Total Score (100%) where is the 1 % now. Could you please help me?
Thank you