+ Reply to Thread
Results 1 to 3 of 3

Using IF formula for Student Grades

  1. #1
    Registered User
    Join Date
    01-13-2015
    Location
    Japan
    MS-Off Ver
    2013
    Posts
    77

    Using IF formula for Student Grades

    This is my IF formula for grading students:

    =IF(G16>=627,"C1",IF(G16>=543,"B2",IF(G16>=460,"B1",IF(G16>=337,"A2","N/A"))))

    I want a "N/A" result if the student doesn't have a score. At he moment I have students with "N/A" (no score) in column G who get a C1 with the above formula. Thanks!

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Using IF formula for Student Grades

    Try this...

    =IF(G16="N/A","",IF(G16>=627,"C1",IF(G16>=543,"B2",IF(G16>=460,"B1",IF(G16>=337,"A2","N/A")))))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    01-13-2015
    Location
    Japan
    MS-Off Ver
    2013
    Posts
    77

    Re: Using IF formula for Student Grades

    Yes, that works, Glenn, though I changed "" to "N/A" like this:

    =IF(G16="N/A","N/A",IF(G16>=627,"C1",IF(G16>=543,"B2",IF(G16>=460,"B1",IF(G16>=337,"A2","N/A")))))

    But I couldn't have done that without you. Thanks very much!

+ 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. dealing with student grades
    By nhush in forum Excel General
    Replies: 9
    Last Post: 07-03-2012, 02:35 AM
  2. Formula problem - Student Grades
    By tom Harding in forum Excel General
    Replies: 3
    Last Post: 03-11-2009, 09:03 PM
  3. Student Grades Distribution Chart
    By sjbuck in forum Excel General
    Replies: 7
    Last Post: 11-27-2007, 12:44 PM
  4. average student grades
    By billynolan in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 09-08-2005, 12:05 PM
  5. [SOLVED] Vlookup student grades
    By Vicky in forum Excel General
    Replies: 7
    Last Post: 05-19-2005, 09:06 AM

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