+ Reply to Thread
Results 1 to 3 of 3

grading on my worksheet

  1. #1
    Registered User
    Join Date
    02-17-2008
    Posts
    2

    grading on my worksheet

    hi

    i am trying to setup a way for my spreadsheet to automatically input grades into a column next to were a students mark is

    I have there marks in cells within column N and would like there respective grades to appear within column O

    The grade boundries are U = 0-19, D = 20-34, C = 35-49, B = 50-64, A = 65-79 and A* = 80-100

    How can i get the spreadsheet to automatically fill in the grades given the mark in the previous column

  2. #2
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,527
    Hi there,

    There's probably a simpler way, but you can use this formula from cell O1 (change the starting cell as required) and copy down as required:

    =IF(N1<=19,"U",IF(AND(N1>=20,N1<=34),"D",IF(AND(N1>=35,N1<=49),"C",IF(AND(N1>=50,N1<=64),"B",IF(AND(N1>=65,N1<=79),"A","A*")))))

    HTH

    Robert

  3. #3
    Registered User
    Join Date
    02-17-2008
    Posts
    2
    superb Robert, 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)

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