+ Reply to Thread
Results 1 to 2 of 2

Working with student's results, in finding grades, sum of points and Division of each

  1. #1
    Registered User
    Join Date
    06-03-2013
    Location
    Mwanza, Tanzania
    MS-Off Ver
    Excel 2007
    Posts
    2

    Working with student's results, in finding grades, sum of points and Division of each

    I was asked to compile student's results and each student takes at least 7 subjects and at most 12. The task is to calculate grades,weighing grades and summing
    up the weights of 7 best performed subjects.
    I used a nested if-functions to assign grades to scores and also to weigh the grades, If cell C2 is the reference one, then
    =IF(A2>80,"A",IF(A2>60,"B",IF(A2>40,"C",IF(A2>30,"D","F")))) THIS ASSIGN GRADES,
    =IF(B2="A","1",IF(B2="B","2",IF(B2="C","3"IF(B2="D","4","5")))) THIS WEIGHS GRADES,
    The problem comes on how to sum up the weights of the 7 best performed subjects. May you please help me?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Working with student's results, in finding grades, sum of points and Division of each

    You get better help if you add an excel file, without confidentional information.

    Please also add the desired (expected) result.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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