+ Reply to Thread
Results 1 to 5 of 5

Formula to figure out grade caclulations

  1. #1
    Registered User
    Join Date
    12-17-2009
    Location
    Indianapolis, IN
    MS-Off Ver
    Excel 2003
    Posts
    16

    Formula to figure out grade caclulations

    I've been tasked with creating a spreadsheet and I can't figure out this formula. I know it's simple but I am just not seeing.

    Essentially, what I'm making is a grade calculator, with only 3 types of grades: 100%, 0%, and -100%.

    To figure out the percentage score, I've come up with (100's - 0's) / total grades. This is working perfectly to get the score, however, what I need to make up is a formula to find out how many more 100's it would take to get to a 90%

    For example, if we have 21 100's and zero 0's and 25 total scores, then (21-0)/25 = 84%.

    From that I just need to figure out the formula to tell me what I would need to get to 90% and I'm horrible at algebra...lol

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula to figure out grade caclulations

    For example, if we have 21 100's and zero 0's and 25 total scores, then (21-0)/25 = 84%.
    If you have 21 100s and zero 0s, you have 21 total scores, not 25.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    12-17-2009
    Location
    Indianapolis, IN
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Formula to figure out grade caclulations

    Your right, I messed up my typing there, i meant 21 100's and 0 -100's, which only leaves the 0's that are not factored in anywhere but the total.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula to figure out grade caclulations

    If you have A 100s, B -100s, and T total scores (100s + 0s + -100s), then to get an average of 90 you need

    =10*(0.9*T - A + B), or 15 for your example.

    If you have further questions, you might try http://mathforum.org/dr.math/

  5. #5
    Registered User
    Join Date
    12-17-2009
    Location
    Indianapolis, IN
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Formula to figure out grade caclulations

    Awesome, that totally worked, you rock.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1