+ Reply to Thread
Results 1 to 4 of 4

Need to average collection of years grades into one.

  1. #1
    Registered User
    Join Date
    07-19-2015
    Location
    Brisbane
    MS-Off Ver
    2010
    Posts
    4

    Need to average collection of years grades into one.

    Hey,

    Long time listener, first time caller.

    I've been trying to get this to work for me but I've had no luck.

    What I'm trying to do is come up with either a set of drop boxes or cells I can enter students grades into that will average them into an overall grade.
    The way I figure I would do it is assign each grade (A+ through to E-) a number from 1 to 15 and then use the average of the numbers to come up with an overall grade. The averaging is easy I'm having an issue getting the entered text to represent a number.

    I'll attach a spreadsheet with what I'd like it to look like in the end, give or take the key on the left.

    Sorry if this is really simple I'm just blank at the moment and can't figure it out Might blame Sunday afternoon for this.

    Cheers!

    Useless Draft.xlsx

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Need to average collection of years grades into one.

    For average score (numeric result)
    =SUMPRODUCT(B1:B15*COUNTIF(E1:E15,A1:A15))/COUNTA(E1:E15)

    For grade
    =INDEX(A1:A15,MATCH(ROUNDUP(SUMPRODUCT(B1:B15*COUNTIF(E1:E15,A1:A15))/COUNTA(E1:E15),0),B1:B15,0))

    If score is not an integer, grade would be base don next higher integer
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Need to average collection of years grades into one.

    welcome to the forum, JNAC. you didnt put in what you are hoping to see as the final result. so let me guess. the total scores for those 5 tests would be 34. this gives you 34:
    =SUMPRODUCT(SUMIF(A1:A15,E1:E15,B1:B15))

    this gives you an average score using numbers:
    =SUMPRODUCT(SUMIF(A1:A15,E1:E15,B1:B15))/COUNTA(E1:E15)

    if you wish to use a grading instead, decide if you want a roundup or rounddown.
    the lookup wouldn't need any rounding.
    =LOOKUP(SUMPRODUCT(SUMIF(A1:A15,E1:E15,B1:B15))/COUNTA(E1:E15),B1:B15,A1:A15)

    =LOOKUP(ROUNDUP(SUMPRODUCT(SUMIF(A1:A15,E1:E15,B1:B15))/COUNTA(E1:E15),0),B1:B15,A1:A15)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    07-19-2015
    Location
    Brisbane
    MS-Off Ver
    2010
    Posts
    4

    Re: Need to average collection of years grades into one.

    Thanks very much everyone for your help, got it working!

+ 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. [SOLVED] Average Weighted Grades with Blank Cells
    By JonathanEngr in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-14-2013, 02:25 PM
  2. Procedure to find average of grades when alphabet grades are given
    By vsbhogar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-17-2012, 03:37 AM
  3. [SOLVED] formula for comparing predicted grades vs actual grades
    By maths in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-25-2012, 11:23 AM
  4. Using IF then to average grades on 4 point scale
    By BioRobotic in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-04-2012, 06:50 PM
  5. how to average letter grades in excel
    By jabjab in forum Excel General
    Replies: 14
    Last Post: 10-13-2011, 07:47 AM
  6. Average between Years
    By excelgrrl in forum Excel General
    Replies: 1
    Last Post: 01-23-2009, 07:24 PM
  7. [SOLVED] average student grades
    By billynolan in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 09-08-2005, 12:05 PM
  8. [SOLVED] Do any of the Grade book templates using Excel average grades?
    By JHardin in forum Excel General
    Replies: 0
    Last Post: 06-29-2005, 03:05 PM

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