Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Problem:
Current Grade 94.1 - Target Grade 96.5 I need a formula that will calculate what grade is needed to maintain to achieve target grade from current grade. Their is only 7 months left and only 1 test per month. So what grade do I need to maintain to achieve my goal grade at the end of the year? (Excel Formula) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How is the end of the year grade calculated. Assume each test is of equal
weight, then how many test have contributed to your current grade. Assume you take 9 tests, so 2 have been taken and average to 94.1. Then the final grade would be Sum of 9 grades / 9 = final grade sum of all tests = 9 * 96.5 average needed per remaining test = ((96.4 * 9) - (94.1 * 2))/7 = 97.1 -- Regards, Tom Ogilvy "harleypop" wrote in message ... Problem: Current Grade 94.1 - Target Grade 96.5 I need a formula that will calculate what grade is needed to maintain to achieve target grade from current grade. Their is only 7 months left and only 1 test per month. So what grade do I need to maintain to achieve my goal grade at the end of the year? (Excel Formula) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your help..
"Tom Ogilvy" wrote: How is the end of the year grade calculated. Assume each test is of equal weight, then how many test have contributed to your current grade. Assume you take 9 tests, so 2 have been taken and average to 94.1. Then the final grade would be Sum of 9 grades / 9 = final grade sum of all tests = 9 * 96.5 average needed per remaining test = ((96.4 * 9) - (94.1 * 2))/7 = 97.1 -- Regards, Tom Ogilvy "harleypop" wrote in message ... Problem: Current Grade 94.1 - Target Grade 96.5 I need a formula that will calculate what grade is needed to maintain to achieve target grade from current grade. Their is only 7 months left and only 1 test per month. So what grade do I need to maintain to achieve my goal grade at the end of the year? (Excel Formula) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to calculate the grade I need to get an A in my class | Excel Discussion (Misc queries) | |||
Formula to compute letter grade based on percentage grade | Excel Discussion (Misc queries) | |||
Calculate Target | Excel Discussion (Misc queries) | |||
when doing a grade book how do you drop the lowest grade | Excel Worksheet Functions | |||
students grades, formulae to calculate what grade is needed based. | Excel Worksheet Functions |