+ Reply to Thread
Results 1 to 2 of 2

Allocate #'s to Letter Grades!

  1. #1
    Registered User
    Join Date
    06-22-2022
    Location
    Australia
    MS-Off Ver
    office16
    Posts
    1

    Allocate #'s to Letter Grades!

    Hi. I am a teacher.
    For my excel markbook I want a way I can type in student grade via letter and then excel do an AutoSum of all those letters to give me their overall grade.

    We have a # system we use.
    A+ = 13
    A = 12
    A- = 11
    B+ = 10
    B= 9
    B-= 8
    C+= 7
    C= 6
    C-= 5
    D+= 4
    D= 3
    D-= 2
    E= 1
    N= 0

    If a kid gets 2B's 2C's and a D. We add these together (9+9+6+6+3) and divide by the number of criteria (9+9+6+6+3/ 5) to gather an average score then transform it back to a letter grade (6.6 so round to 7 = C+) .

    Is this possible?? Every way I have tried it doesn't like the +'s and -'s.

    Hope it makes sense what I want to achieve.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,490

    Re: Allocate #'s to Letter Grades!

    Welcome to the forum.

    Is it Excel 2016 that you have?

    I would do this (the sample workbook is from an earlier thread):

    =INDEX(_Reports[Grade],MATCH(ROUND(AVERAGE(IF(D4:F4=_Reports[Grade],_Reports[Score])),0),_Reports[Score],0))

    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).

    NOTE: The formula in the workbook uses ROUNDDOWN, but I have used ROUND above. There's also the option of ROUNDUP, so choose whichever gives the result you want.
    Attached Files Attached Files
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to average letter grades (a+ through to e-)?
    By I_am_excel_clueless in forum Excel General
    Replies: 2
    Last Post: 02-12-2020, 04:37 PM
  2. [SOLVED] Averaging letter grades
    By g1terra in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-25-2017, 10:49 PM
  3. Averaging Letter Grades
    By teacher123 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-03-2016, 03:51 AM
  4. I need to average Letter Grades A*,A,B,C,D.
    By LANKYTWANG in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-14-2016, 09:48 AM
  5. Sorting by Letter Grades (A+, A, A-, etc.)
    By easterebel in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 06-24-2014, 11:33 AM
  6. [SOLVED] Need Help Averaging Letter Grades
    By nissan50nomad in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2013, 06:31 PM
  7. Figuring letter grades
    By mkingsley in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-31-2008, 10:10 AM

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