I have a sheet where I need to find the average score over time for a category
the only scores available are "D", "P", "L" & "M"
In order to take anomalies out of the equation I think I need to count all scores and display only the Score that has the highest count, I'm not sure what I will do with any duplicate highest scores yet
Can anyone point me in the right direction....
Sheet1
<tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]
[TD="bgcolor: #cacaca, align: center"]2[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
the only scores available are "D", "P", "L" & "M"
In order to take anomalies out of the equation I think I need to count all scores and display only the Score that has the highest count, I'm not sure what I will do with any duplicate highest scores yet
Can anyone point me in the right direction....
Sheet1
* | A | B | C | D | E | F | G | H |
Student Name | Term 1 | Term 2 | Term 3 | Term 4 | Term 5 | Term 6 | Expected Answer | |
Student 1 | P | D | D | P | D | D |
<tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]
[TD="bgcolor: #cacaca, align: center"]2[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4