+ Reply to Thread
Results 1 to 4 of 4

How can I fail based on an exception?

  1. #1
    Registered User
    Join Date
    09-18-2007
    Posts
    1

    How can I fail based on an exception?

    OK.

    I have letter grades assigned depending on the mark a person gets, but I need a way to make it so if (for example) H10 (a single assignment, not the overall percent) is less than 50%, then the overall grade is a fail. I can only figure out how to make you pass or fail based on overall grade.

    Thank you in advance.

  2. #2
    Forum Contributor
    Join Date
    07-05-2007
    Location
    Lexington, MA
    Posts
    302
    Please zip and post an example workbook to explain your question.
    FrankBoston is the pen name for Andrew Garland, Lexington MA

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    if your grades for each assignment is in A1:H1
    =IF(MIN(A1:H1)<.5,"Forced Fail","Normal Average")

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If you want a fail when any figure in the range is below 50%

    =IF(COUNTIF(range,"<0.5"),"fail","pass")

    you could replace "pass" with a formula that calculates the actual grade

+ 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