+ Reply to Thread
Results 1 to 4 of 4

Grade Formula Required

  1. #1
    Registered User
    Join Date
    06-25-2015
    Location
    HYDERABAD
    MS-Off Ver
    2016
    Posts
    55

    Grade Formula Required

    Dear Team, Help me with the formula for the Marks column - E based on feedback selcted in Column - C
    and based on Total marks required Grade also to be updated in Grade

    PFA attached document.

    below are the feedback & Grade Criteria,

    IF feedback = Correct = 1
    IF feedback = incorrect = 0
    IF feedback = Not performed = -1

    Grade

    IF Total = Below 7 = Below Average
    IF Total = Between 7 to 10 = Below Average
    IF Total = Between 11 to 14 = Good

    Regards
    Rush
    Attached Files Attached Files

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,992

    Re: Grade Formula Required

    Try
    E23
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,683

    Re: Grade Formula Required

    In E4

    =IFERROR(VLOOKUP($C4,$H$6:$I$8,2,0),"")

    Copy down

    in E23

    =IF($E$20<7,"Below Average",IF($E$20<=10,"Average","Good"))

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: Grade Formula Required

    or
    E3:E20: =IFERROR(CHOOSE(MATCH(C3,{"Correct","Incorrect","Not Performed"},0),1,0,-1),"")
    E23: =IFERROR(CHOOSE(MATCH(E20,{0,7,11,99},1),"Below Average","Average","Good"),"")

    and you don't need definition tables
    Attached Files Attached Files

+ 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. required records based on grade
    By santbiju in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-21-2016, 12:00 PM
  2. Conditional formatting target grade against actual grade
    By skardi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2015, 01:58 PM
  3. Replies: 5
    Last Post: 11-30-2013, 01:28 PM
  4. Replies: 5
    Last Post: 02-17-2013, 03:29 PM
  5. Conditional formatting to reflect exam grade compared to predicted grade
    By strangecharm in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-20-2012, 09:33 AM
  6. Student grade inputting and grade percentage calculations
    By confusedteacher in forum Excel General
    Replies: 2
    Last Post: 10-23-2011, 07:50 PM
  7. Macro To Change Letter Grade To Number Grade
    By florinel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-29-2008, 11:14 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