+ Reply to Thread
Results 1 to 10 of 10

Trying to develop a predicted grade spreadsheet

  1. #1
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2016
    Posts
    134

    Trying to develop a predicted grade spreadsheet

    hello.

    I want to develop a spreadsheet where you can type in grades that a students obtains during their course and it can predict their (current) grades.

    Each unit they do is grades as P, M or D. Each grade is attached a point score so p=7, M=8, D=9

    Once they have grades, all these scores add up, and the resultant score is placed in a grade boundary. is a score of 132 would sit between 130-134 and therefore = and overall MPP. However, a total score of 148 would fall between 146-150 = DDM

    So, I'm wondering how to develop this spreadsheet

    I obviously need a some form of look-up formula for the grade (ie if you put D in then excel understands this is 9) and the the overall grade (ie MMD etc).

    Any ideas where to start?
    Last edited by burnsie; 04-20-2016 at 10:10 AM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to develop a predicted grade spreadsheet

    Hi,

    Exactly as you suggested - with a VLOOKUP - two in fact

    Create a Grade table with P, M or D on column 1 and 7, 8 and 9 in column 2. So assuming this is A1:B3 and the grade is in D1 then the VLOOKUP is

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Similarly for the boundary . With 0, 130 & 146 in say G1:G3 and H1="", H2= MPP and H3 = DDM then with the total score in I1 use
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2016
    Posts
    134

    Re: Trying to develop a predicted grade spreadsheet

    can you have these gribs on a separate sheet, and if so would it jus be ="sheet2" then into the VLOOKUP??

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to develop a predicted grade spreadsheet

    Hi,

    You can have them wherever you want. I see that I didn't include the 'Sheet1' text in the second example. In fact you only need to qualify cell addresses with sheet names if the VLOOKUP refers to stuff on another sheet. If everything is on the same sheet then you don't need to qualify with a sheet name.

  5. #5
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2016
    Posts
    134

    Re: Trying to develop a predicted grade spreadsheet

    cool..... thanks. i think ive got it!

  6. #6
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2016
    Posts
    134

    Re: Trying to develop a predicted grade spreadsheet

    so, a follow up question

    now i have a table with grade boundries ie;
    a1 might have a score of 1300, b1= 1339, c1= MPP (the overall grade)
    a2 might have a score of 1340, b2= 1379, c2= MMP (the overall grade)

    i want to be able to right a score in a cell, for example, 1345 and the spreadsheet to convert that to a grade letter (ie MPP)

    errrr.......

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to develop a predicted grade spreadsheet

    Hi,

    With A1=1300, A2=1340, A3=1380, B1=MPP,B2=MMP,B3=???, D1= 1345

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  8. #8
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2016
    Posts
    134

    Re: Trying to develop a predicted grade spreadsheet

    IM a little lost and have (tired) to upload my Excel file to date....
    Attached Files Attached Files

  9. #9
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to develop a predicted grade spreadsheet

    See attached.

    With the grade score for which you're wanting to return the grade in I1 use

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    You don't actually need to specify the top and bottom of the grade boundaries so you could delete column F and change the 3rd parameter in the VLOOKUP to '2'
    Attached Files Attached Files

  10. #10
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2016
    Posts
    134

    Re: Trying to develop a predicted grade spreadsheet

    I cant post a reply very well on this forum, it keeps timing out.

    anyway, if this reply works, many thanks, you've only gone and done it!

+ 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. Conditional formatting target grade against actual grade
    By skardi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2015, 01:58 PM
  2. Attempting to develop an inventory spreadsheet.
    By bdmedic in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-21-2013, 10:24 AM
  3. Replies: 5
    Last Post: 02-17-2013, 03:29 PM
  4. Conditional formatting to reflect exam grade compared to predicted grade
    By strangecharm in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-20-2012, 09:33 AM
  5. Replies: 2
    Last Post: 05-18-2012, 03:55 PM
  6. Student grade inputting and grade percentage calculations
    By confusedteacher in forum Excel General
    Replies: 2
    Last Post: 10-23-2011, 07:50 PM
  7. Macro To Change Letter Grade To Number Grade
    By florinel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-29-2008, 11:14 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