+ Reply to Thread
Results 1 to 6 of 6

Grades to numbers

Hybrid View

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

    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

  2. #2
    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!

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

    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