+ Reply to Thread
Results 1 to 3 of 3

Teacher Gradebook; Shading cells based on comparison between grade and target grades

  1. #1
    Registered User
    Join Date
    06-12-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Teacher Gradebook; Shading cells based on comparison between grade and target grades

    Hi folks,

    I've seen a couple of threads on this over the years but can't seem to apply any of those solutions to my problem.

    I have a tracking sheet in which my student's assessment grades are input. The TARGET GRADE for each student (A*-U) is kept in column U.

    My assessment columns then carry on across the workbook. I already use a VLOOKUP to assign the grade, so for each assessment I have three columns (Grade, Mark, %).

    What I want to create is a conditional format that compares the grade for each assessment to the student's target grade and highlights the cell based on the relationship (e.g. green for same or better, red for lower)

    I'd also like to be able to apply this easily to each grade column in the spreadsheet for each assessment.

    An example of my workbook is below.

    Thanks for any help you can give!!

    teacher gradebook example.xlsx

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Teacher Gradebook; Shading cells based on comparison between grade and target grades

    Set up conditional formatting to use a formula for on track or better

    =MATCH($W2,$X$31:$X$37,0) >= MATCH($O2,$X$31:$X$37,0)

    applies to

    =$W$2:$W$28

    and for needs improvement

    =MATCH($W2,$X$31:$X$37,0) < MATCH($O2,$X$31:$X$37,0)
    Martin

  3. #3
    Registered User
    Join Date
    06-12-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    2

    Re: Teacher Gradebook; Shading cells based on comparison between grade and target grades

    Thanks so much Martin, you're an absolute hero.

+ 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. [SOLVED] Color Coding Grades Based on Grade Sheet
    By oneuglydude in forum Excel General
    Replies: 2
    Last Post: 01-09-2015, 10:25 AM
  2. finding grades based on grade range
    By vsbhogar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-25-2013, 08:29 AM
  3. students grades, formulae to calculate what grade is needed based.
    By mjreisbord in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  4. students grades, formulae to calculate what grade is needed based.
    By Lewis Clark in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 08:05 AM
  5. students grades, formulae to calculate what grade is needed based.
    By mjreisbord in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 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