I'm making a spreadsheet to help track my grades and I've come across a little issue that I'm almost embarrassed I can't seem to figure out. It might just be that my brain is a little fried after this last block of courses...
Example:
Test 1 - Value 50% - Grade 100%
Test 2 - Value 30% - No Grade (Not yet taken)
Test 3 - Value 20% - No Grade (Not yet taken)
So in this example I've taken one test and got 100% on it. I want to be able to calculate the average I need over both remaining tests to pass (say pass is 70%). This is obvious how to calculate if the weighting of each test is the same:
(passing grade - [current mark]) / (remaining marks available)
(70-50)/(50)
(20)/(50)
The logic of how to take into consideration the weighting of each test is escaping me at the moment.
Example:
Test 1 - Value 50% - Grade 100%
Test 2 - Value 30% - No Grade (Not yet taken)
Test 3 - Value 20% - No Grade (Not yet taken)
So in this example I've taken one test and got 100% on it. I want to be able to calculate the average I need over both remaining tests to pass (say pass is 70%). This is obvious how to calculate if the weighting of each test is the same:
(passing grade - [current mark]) / (remaining marks available)
(70-50)/(50)
(20)/(50)
The logic of how to take into consideration the weighting of each test is escaping me at the moment.