+ Reply to Thread
Results 1 to 5 of 5

Sorting by Letter Grades (A+, A, A-, etc.)

  1. #1
    Registered User
    Join Date
    06-23-2014
    Location
    Houston, Texas
    MS-Off Ver
    Mac 2011
    Posts
    2

    Sorting by Letter Grades (A+, A, A-, etc.)

    Hi, I am struggling to sort my students by letter grade. I have already created a custom list, but it does not solves the problem. Ideally, I would be able to sort and it would show me in order from A+ through F. Currently, the "+'s" and the "-'s" are messing everything up. Help please!

  2. #2
    Registered User
    Join Date
    01-11-2013
    Location
    NYC, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Sorting by Letter Grades (A+, A, A-, etc.)

    Hi - You will need to create a scale - A=1; A+=2 until you get to F. You can then run a vlookup from the Column with the Student's grades, to the Table you created.

    Then sort by the column with the returned data.Sorting Grades.xlsx

    See attached example.

    Let me know if this works.

    Geeta

  3. #3
    Registered User
    Join Date
    06-23-2014
    Location
    Houston, Texas
    MS-Off Ver
    Mac 2011
    Posts
    2

    Re: Sorting by Letter Grades (A+, A, A-, etc.)

    Thank you for your response, Geeta. I am afraid I should have added that I am very much a novice at Excel. I'm not sure how to implement what you have responded. Could you send a step by step idiot guide?
    Thank you again,
    James

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,607

    Re: Sorting by Letter Grades (A+, A, A-, etc.)

    How did you create your list?
    Attached Files Attached Files
    Last edited by protonLeah; 06-24-2014 at 01:47 AM.
    Ben Van Johnson

  5. #5
    Registered User
    Join Date
    01-11-2013
    Location
    NYC, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Sorting by Letter Grades (A+, A, A-, etc.)

    Step 1 Create a matching list for each letter grade and assign it a number in the column to the right. See columns G and H in my example.
    Step 2 Place the Names of your students in one column, the grades the earn in the colum to the right (My example names are in Column B, Grades are in Column C) Add another Column to the right of the Grades Column (this will be where the vlookup will be placed).
    Step 3 In the first cell (D8 in my example) of the Column to the right of the Grades Column (Titled # from Matching List on mine), insert this :'=vlookup(C8,$G$3:$H$21,2,FALSE)
    * ' the vlookup is basically saying look for what is in Cell C1, in the range that is the Matching list, and bring me back, the matching number that is in the 2nd column.
    * the Dollar signs is to makes sure your range is static and the cells does not move around - you only need this for the matching list.
    Step 4 Select all the Data including Headings, and go to Data / Sort / check my data has headers, Sort by (drop down to # From Matching List), Sort on Values, Smallest to Largest) and the columns with the Grades will also sort.

    This should get the result you need - you can then get rid of the Helper Column (which is what the vlookup column is called generally.
    Instructions:

+ 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] Need Help Averaging Letter Grades
    By nissan50nomad in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2013, 06:31 PM
  2. how to average letter grades in excel
    By jabjab in forum Excel General
    Replies: 14
    Last Post: 10-13-2011, 07:47 AM
  3. comparing two letter (grades) values
    By technik in forum Excel General
    Replies: 2
    Last Post: 07-22-2010, 05:16 PM
  4. Figuring letter grades
    By mkingsley in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-31-2008, 10:10 AM
  5. Converting Letter Grades to Numeric
    By Angelo D in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-25-2005, 03:06 PM

Tags for this Thread

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