I have build a quiz and displaying score using some checks and output cells have "1" if ans correct and "0" if wrong.
to calculate score I use the function
=COUNTIF(S7:S158,1)
Problem is the score gets updated as soon user starts writing ans.
I want to have a Macro SUBMIT(using form control) which when clicked gives the score.
what should i write in Sub SUBMIT() so as to execute the above function