Flexremmington
New Member
- Joined
- Oct 19, 2021
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
I'm hoping the Xl2bb mini sheet below mostly explains things, because trying to fully explain what I'm doing would be a challenge for me!
For Q1, all who guessed "RED" (Bart, Moe, Lisa) should each get 4 points. All who guessed "ORANGE" (Lisa, Homer) should get 6. Yellow (Homer) gets 12, etc.
On Q2, Bart and Grandpa get 6, Moe 0, Homer 12, etc.
I've got all that figured, but I'm stuck on how to automatically add up how many points total that each player gets for the 5 questions.
The number of players may change each time (up to 12) and the numbers of correct answers for each question will also change for each question (up to 20 or so)
I hope this makes sense, and thanks ahead of time for any suggestions.
For Q1, all who guessed "RED" (Bart, Moe, Lisa) should each get 4 points. All who guessed "ORANGE" (Lisa, Homer) should get 6. Yellow (Homer) gets 12, etc.
On Q2, Bart and Grandpa get 6, Moe 0, Homer 12, etc.
I've got all that figured, but I'm stuck on how to automatically add up how many points total that each player gets for the 5 questions.
The number of players may change each time (up to 12) and the numbers of correct answers for each question will also change for each question (up to 20 or so)
I hope this makes sense, and thanks ahead of time for any suggestions.
Cell Formulas | ||
---|---|---|
Range | Formula | |
B1 | B1 | =COUNTIF(A4:AA15,"*") |
A3 | A3 | =SCORE!A1 |
D3:V3,C2:C3 | D3 | ='Q&A'!C3 |
C4,C12,C9 | C4 | =SCORE!A2 |
E5 | E5 | =SCORE!A3 |
D6,D14 | D6 | =SCORE!A4 |
F7 | F7 | =SCORE!A5 |
G8,G13 | G8 | =SCORE!A6 |
H10 | H10 | =SCORE!A8 |
I11 | I11 | =SCORE!A9 |
I13 | I13 | =SCORE!A13 |
C17:V17 | C17 | =COUNTIF(C4:C16,"*") |
C18:V18,C98:V98,C78:V78,C58:V58,C38:V38 | C18 | =$B$1/C17 |
C22,C23:V23 | C22 | ='Q&A'!B4 |
A23 | A23 | =SCORE!A1 |
G25 | G25 | =SCORE!A3 |
C26 | C26 | =SCORE!A5 |
J26 | J26 | =SCORE!A2 |
D27 | D27 | =SCORE!A4 |
L27 | L27 | =SCORE!A9 |
A28 | A28 | =SCORE!A7 |
H28 | H28 | =SCORE!A6 |
K30 | K30 | =SCORE!A8 |
E31 | E31 | =SCORE!A10 |
F31 | F31 | =SCORE!A11 |
I32 | I32 | =SCORE!A12 |
J33 | J33 | =SCORE!A13 |
C37:V37,C97:V97,C77:V77,C57:V57 | C37 | =COUNTIF(C24:C35,"*") |
C42,C43:V43 | C42 | ='Q&A'!B6 |
A43:A55 | A43 | =SCORE!$A1 |
C62,C63:V63 | C62 | ='Q&A'!B8 |
A63:A75 | A63 | =SCORE!$A1 |
C82,C83:V83 | C82 | ='Q&A'!B10 |
A83:A95 | A83 | =SCORE!A1 |