I'm using Google Spreadsheets which is populated with responses from Google Forms. Right now, I have the spreadsheet to auto-color the background of cells containing "wrong" responses by comparing the value of a cell to the top cell of each column (using conditional formatting). For columns CF through CH, I want to set up as the "scores" section.
With the above image, I've manually illustrated what my end goal is:
I want to be able to count the cells with a specific background color (light red 1 [#de6666] in this case) for EACH row and output the number in the corresponding cell in column CH. From there, I'm planning to use that number to calculate the raw score & percent score by comparing to the total # of questions.
I did some searching, hoping for an already-answered similar question that might help with my situation, and found these two: (1) & (2).
Now, I'm not at all skilled in the art of coding and I would like to ask you to be patient with me if I am not understanding things correctly or need extra assistance. My question is, is there a way to tweak these to make it do what I want to perform? Or is a completely new custom function required?