+ Reply to Thread
Results 1 to 6 of 6

Want to grade columns A, B & C & come up with a final combined grade in column D.

  1. #1
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Want to grade columns A, B & C & come up with a final combined grade in column D.

    Hello,

    Have three columns that are graded from 1st to 5th or from 1st to 4th.

    12 -- 03 -- 06
    06 -- 12 -- 01
    04 -- 11 -- 11
    11 -- 09 -- 03
    02

    Would like to have those graded so that in column A

    12 gets 5 points
    06 gets 4 points
    04 gets 3 points
    11 gets 2 points
    02 gets 1 points

    Column B

    03 gets 4 points
    12 gets 3 points
    11 gets 2 points
    09 gets 1 points

    Column C

    06 gets 4 points
    01 gets 3 points
    11 gets 2 points
    03 gets 1 points

    And then the student with the most points is listed in column D with the total points received in column E from highest to lowest. (Note that I am looking to keep ties listed as ties)

    Hoping I can get it to read as follows:

    06 8 (points)
    12 8 (points)
    11 6 (points)
    03 5 (points)
    01 3 (points)
    04 3 (points)
    02 1 (point)
    09 1 (point)

    Spread sheet attached.

    Thank you,
    Richard
    Attached Files Attached Files
    Last edited by RVT; 11-23-2013 at 09:07 AM.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Want to grade columns A, B & C & come up with a final combined grade in column D.

    You can get to an unsorted version of what you want with the formula

    =IF(ISNA(MATCH(F1,A:A,0)),0,COUNT(A:A)-MATCH(F1,A:A,0)+1)+ IF(ISNA(MATCH(F1,B:B,0)),0,COUNT(B:B)-MATCH(F1,B:B,0)+1)+ IF(ISNA(MATCH(F1,C:C,0)),0,COUNT(C:C)-MATCH(F1,C:C,0)+1)

    where the unique list of numbers is in Column F starting in row 1
    Martin

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Want to grade columns A, B & C & come up with a final combined grade in column D.

    Take a look at this
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Want to grade columns A, B & C & come up with a final combined grade in column D.

    This is how I interpreted your problem.
    Attached Files Attached Files
    Last edited by newdoverman; 11-23-2013 at 02:35 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Want to grade columns A, B & C & come up with a final combined grade in column D.

    Hi Ron,

    I have been working on another issue for the last few weeks but now am back to this one. What I do not understand is how the spread sheet creates the values in columns J through M.

    Is there a hidden formula that I am missing?

    Thank you,
    Richard

  6. #6
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Want to grade columns A, B & C & come up with a final combined grade in column D.

    Hello,

    Thank you for your assistance with this one ...

    Everything looks to be spot on but I am not seeing the formula that comes up with the values in column F. Is it hidden in another column's formula?

    Thank you,
    Richard

  7. #7
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Want to grade columns A, B & C & come up with a final combined grade in column D.

    Hello Martin,

    I am so new at this whole thing ...

    I am not understanding how the spread sheet creates the unique list of numbers of column F.

    Thank you for your help,
    Richard

+ 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. What grade do I have to get on Final Exam to make a certain grade?
    By Catherine01 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-15-2013, 05:28 PM
  2. replacing lowest test grade with final if final is higher formula help
    By colbyclay in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-16-2012, 02:48 AM
  3. Gradebook Final Grade (If/Then)
    By shaolincage in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 02-03-2012, 07:19 AM
  4. final grade calculation to store in new column... HOW?! please help!
    By 10121730 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-02-2012, 03:20 PM
  5. Final Grade Formula
    By skwiskwis in forum Excel General
    Replies: 3
    Last Post: 12-19-2010, 03:17 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