+ Reply to Thread
Results 1 to 4 of 4

Averaging Letter Grades

  1. #1
    Registered User
    Join Date
    10-02-2016
    Location
    Aus
    MS-Off Ver
    2011
    Posts
    2

    Averaging Letter Grades

    formula.jpg

    I've used the following formula successfully to find the class average of letter grades for my class in each area (see photo above - averages in the row highlighted green).

    Please Login or Register  to view this content.
    However, I've tried to adapt the formula to create an average for the individual student for each learning area and I'm not having any luck. I want the T column to be the individual average of the students grade in the E, J, and O columns, and then I'll fill this down for all students. This is where I'm at now.

    Please Login or Register  to view this content.
    With the bold areas being where the issue lies (I believe), because that's the only part of the formula that I changed.

    Where am I going wrong?

    Any and all help would be appreciated!!
    Attached Images Attached Images
    Last edited by teacher123; 10-02-2016 at 09:08 AM.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Averaging Letter Grades

    Hi,

    You could use CHOOSE in this instance, i.e.:

    =IFERROR(INDEX({"A+","A","A-","B+","B","B-","C+","C","C-","D+","D","D-","E+","E","E-"},ROUND(AVERAGE(IF(CHOOSE({1,2,3},E8,J8,O8)<>"",MATCH(CHOOSE({1,2,3},E8,J8,O8),{"A+","A","A-","B+","B","B-","C+","C","C-","D+","D","D-","E+","E","E-"},0))),0)),"")

    still committed as an array formula**.

    Regards


    **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).
    Last edited by XOR LX; 10-02-2016 at 10:22 AM.
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    10-02-2016
    Location
    Aus
    MS-Off Ver
    2011
    Posts
    2

    Re: Averaging Letter Grades

    Works like a charm!

    Thanks so much.
    Rep added.

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Averaging Letter Grades

    You're welcome!

    Cheers

+ 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. 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
  2. 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
  3. [SOLVED] Need Help Averaging Letter Grades
    By nissan50nomad in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2013, 06:31 PM
  4. Question about averaging quiz grades
    By skwiskwis in forum Excel General
    Replies: 8
    Last Post: 10-14-2010, 03:55 PM
  5. comparing two letter (grades) values
    By technik in forum Excel General
    Replies: 2
    Last Post: 07-22-2010, 05:16 PM
  6. Averaging grades
    By RandomName in forum Excel General
    Replies: 6
    Last Post: 09-03-2008, 03:27 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