timetabler
New Member
- Joined
- Jun 15, 2010
- Messages
- 27
I am trying to calculate an average points score from a values in a list:
Every student is given a grade which corresponds to a points value (shown on right). There are 250 students on the list, only showing "Fred Smith" for clarity.
I want to calculate the average points, BUT each point is weighted, so in the example below U4 is weighted as "3", but the other units are weighted "1".
I have typed the example of the values I would like it calculate.
All ideas appreciated.
Sheet1
<COLGROUP> <COL style="WIDTH: 30px; FONT-WEIGHT: bold"><COL style="WIDTH: 74px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"> </COLGROUP><TBODY>
[TD="bgcolor: #cacaca, align: center"]1[/TD]
[TD="bgcolor: #ffcc00, colspan: 6, align: center"]Technology[/TD]
[TD="bgcolor: #c0c0c0, align: center"]Average[/TD]
[TD="align: center"]1c[/TD]
[TD="align: center"]7[/TD]
[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="bgcolor: #ffcc00"]Weighting[/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 3.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="align: center"]1b[/TD]
[TD="align: center"]9[/TD]
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="bgcolor: #ffff00"]Student[/TD]
[TD="bgcolor: #ffff00"]U1[/TD]
[TD="bgcolor: #ffff00"]U2[/TD]
[TD="bgcolor: #ffff00"]U3[/TD]
[TD="bgcolor: #ffff00"]U4[/TD]
[TD="bgcolor: #ffff00"]U5[/TD]
[TD="bgcolor: #ffff00"]U6[/TD]
[TD="bgcolor: #c0c0c0"] [/TD]
[TD="align: center"]1a[/TD]
[TD="align: center"]11[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="align: right"]3a[/TD]
[TD="align: right"]4a[/TD]
[TD="align: right"]4a[/TD]
[TD="align: right"]2a[/TD]
[TD="bgcolor: #c0c0c0"] [/TD]
[TD="align: center"]2c[/TD]
[TD="align: center"]13[/TD]
[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: center"]2b[/TD]
[TD="align: center"]15[/TD]
[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: right"]21[/TD]
[TD="align: right"]29[/TD]
[TD="align: right"]33[/TD]
[TD="align: right"]29[/TD]
[TD="align: right"]17[/TD]
[TD="align: right"]26.714[/TD]
[TD="align: center"]2a[/TD]
[TD="align: center"]17[/TD]
[TD="bgcolor: #cacaca, align: center"]7[/TD]
[TD="align: right"]29[/TD]
[TD="bgcolor: #c0c0c0, align: center"]4b[/TD]
[TD="align: center"]3c[/TD]
[TD="align: center"]19[/TD]
[TD="bgcolor: #cacaca, align: center"]8[/TD]
[TD="align: right"]29[/TD]
[TD="align: center"]3b[/TD]
[TD="align: center"]21[/TD]
[TD="bgcolor: #cacaca, align: center"]9[/TD]
[TD="align: center"]3a[/TD]
[TD="align: center"]23[/TD]
[TD="bgcolor: #cacaca, align: center"]10[/TD]
[TD="align: center"]4c[/TD]
[TD="align: center"]25[/TD]
[TD="bgcolor: #cacaca, align: center"]11[/TD]
[TD="align: center"]4b[/TD]
[TD="align: center"]27[/TD]
[TD="bgcolor: #cacaca, align: center"]12[/TD]
[TD="align: center"]4a[/TD]
[TD="align: center"]29[/TD]
[TD="bgcolor: #cacaca, align: center"]13[/TD]
[TD="align: center"]5c[/TD]
[TD="align: center"]31[/TD]
[TD="bgcolor: #cacaca, align: center"]14[/TD]
[TD="align: center"]5b[/TD]
[TD="align: center"]33[/TD]
[TD="bgcolor: #cacaca, align: center"]15[/TD]
[TD="align: center"]5a[/TD]
[TD="align: center"]35[/TD]
</TBODY>
<TBODY>
</TBODY>
Excel tables to the web >> Excel Jeanie HTML 4
Every student is given a grade which corresponds to a points value (shown on right). There are 250 students on the list, only showing "Fred Smith" for clarity.
I want to calculate the average points, BUT each point is weighted, so in the example below U4 is weighted as "3", but the other units are weighted "1".
I have typed the example of the values I would like it calculate.
All ideas appreciated.
Sheet1
A | B | C | D | E | F | G | H | I | J | K | |
Fred Smith | 5b | ||||||||||
... | |||||||||||
<COLGROUP> <COL style="WIDTH: 30px; FONT-WEIGHT: bold"><COL style="WIDTH: 74px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"> </COLGROUP><TBODY>
[TD="bgcolor: #cacaca, align: center"]1[/TD]
[TD="bgcolor: #ffcc00, colspan: 6, align: center"]Technology[/TD]
[TD="bgcolor: #c0c0c0, align: center"]Average[/TD]
[TD="align: center"]1c[/TD]
[TD="align: center"]7[/TD]
[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="bgcolor: #ffcc00"]Weighting[/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 3.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="bgcolor: #ffcc00, align: center"] 1.00 [/TD]
[TD="align: center"]1b[/TD]
[TD="align: center"]9[/TD]
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="bgcolor: #ffff00"]Student[/TD]
[TD="bgcolor: #ffff00"]U1[/TD]
[TD="bgcolor: #ffff00"]U2[/TD]
[TD="bgcolor: #ffff00"]U3[/TD]
[TD="bgcolor: #ffff00"]U4[/TD]
[TD="bgcolor: #ffff00"]U5[/TD]
[TD="bgcolor: #ffff00"]U6[/TD]
[TD="bgcolor: #c0c0c0"] [/TD]
[TD="align: center"]1a[/TD]
[TD="align: center"]11[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="align: right"]3a[/TD]
[TD="align: right"]4a[/TD]
[TD="align: right"]4a[/TD]
[TD="align: right"]2a[/TD]
[TD="bgcolor: #c0c0c0"] [/TD]
[TD="align: center"]2c[/TD]
[TD="align: center"]13[/TD]
[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: center"]2b[/TD]
[TD="align: center"]15[/TD]
[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: right"]21[/TD]
[TD="align: right"]29[/TD]
[TD="align: right"]33[/TD]
[TD="align: right"]29[/TD]
[TD="align: right"]17[/TD]
[TD="align: right"]26.714[/TD]
[TD="align: center"]2a[/TD]
[TD="align: center"]17[/TD]
[TD="bgcolor: #cacaca, align: center"]7[/TD]
[TD="align: right"]29[/TD]
[TD="bgcolor: #c0c0c0, align: center"]4b[/TD]
[TD="align: center"]3c[/TD]
[TD="align: center"]19[/TD]
[TD="bgcolor: #cacaca, align: center"]8[/TD]
[TD="align: right"]29[/TD]
[TD="align: center"]3b[/TD]
[TD="align: center"]21[/TD]
[TD="bgcolor: #cacaca, align: center"]9[/TD]
[TD="align: center"]3a[/TD]
[TD="align: center"]23[/TD]
[TD="bgcolor: #cacaca, align: center"]10[/TD]
[TD="align: center"]4c[/TD]
[TD="align: center"]25[/TD]
[TD="bgcolor: #cacaca, align: center"]11[/TD]
[TD="align: center"]4b[/TD]
[TD="align: center"]27[/TD]
[TD="bgcolor: #cacaca, align: center"]12[/TD]
[TD="align: center"]4a[/TD]
[TD="align: center"]29[/TD]
[TD="bgcolor: #cacaca, align: center"]13[/TD]
[TD="align: center"]5c[/TD]
[TD="align: center"]31[/TD]
[TD="bgcolor: #cacaca, align: center"]14[/TD]
[TD="align: center"]5b[/TD]
[TD="align: center"]33[/TD]
[TD="bgcolor: #cacaca, align: center"]15[/TD]
[TD="align: center"]5a[/TD]
[TD="align: center"]35[/TD]
</TBODY>
Spreadsheet Formulas | ||||
<TBODY> </TBODY> |
<TBODY>
</TBODY>
Excel tables to the web >> Excel Jeanie HTML 4