+ Reply to Thread
Results 1 to 6 of 6

Grades to numbers

  1. #1
    Registered User
    Join Date
    12-12-2014
    Location
    Liverpool
    MS-Off Ver
    Office 2010
    Posts
    13

    Grades to numbers

    Morning

    I have a spreadsheet where I have pupil target grades and achieved grades. I would like to convert the 'letter grade' into a 'number grade' showing the difference between achievement.

    For instance:
    • Target grades go from A* to D
    • Achieved grades go from A* to C
    • If a pupil has a target of a D but achieves a grade A he will be = 3 grades aboove this target
    • One more example, pupil had a target of an A, but achieved a C, so would = -2 below target

    Any ideas?

    Thanks

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Grades to numbers

    Pls. attach a sample excel file
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    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: Grades to numbers

    HI,

    Maybe a VLOOKUP Table with all permuations of AA, AB, AC, AD, BA, BB, BC....etc in one column and alongside the number associated with the target and achieved grades, i.e. 0, 1, 2, 3, -1,0,1 ...etc

    That's the pragmatic approach.

    Or you could use the CODE function. e.g.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    where A1 is the Achieved and B1 the Target
    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.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Grades to numbers

    Assuming achieved grade is in column A, and target grade is in column B, then you can have this in C1:

    =CODE(SUBSTITUTE(B1,"A*","@"))-CODE(SUBSTITUTE(A1,"A*","@"))

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    12-12-2014
    Location
    Liverpool
    MS-Off Ver
    Office 2010
    Posts
    13

    Re: Grades to numbers

    Thanks that worked a treat!

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Grades to numbers

    Thanks for the rep - If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    I think it would be even more robust if you did this:

    =CODE(SUBSTITUTE(UPPER(B1),"A*","@"))-CODE(SUBSTITUTE(UPPER(A1),"A*","@"))

    then you could use upper or lower case letters to record the grades.

    Pete

+ 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. Replies: 5
    Last Post: 05-22-2013, 10:11 AM
  2. Turning numbers into school grades
    By misterman in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-13-2012, 07:15 PM
  3. 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
  4. [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
  5. formula for transmutation of numbers (grades )
    By vlady in forum Excel General
    Replies: 2
    Last Post: 10-19-2011, 10:51 PM
  6. Replies: 2
    Last Post: 06-21-2007, 04:01 AM
  7. Grades
    By Michael L in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-04-2005, 11:19 AM
  8. [SOLVED] grades
    By Ggal in forum Excel General
    Replies: 1
    Last Post: 03-19-2005, 05:06 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