RussChilds
Active Member
- Joined
- Jun 8, 2007
- Messages
- 267
H!
Using Excel 2003. I have a 2 columns with pupil grades. Column A = Target Grade & B = Exam Grade. I have lookup table to convert the grade to a value.
Table values:
A= 5
B= 4
C =3
D =2
E =1
U =0
I want to conditional format so Green is for grades higher than target, orange is on target and red is below target.
For example: A1 = "B" & B2 = "C"
I'm using =VLOOKUP(A1,TBL,2,FALSE) & =VLOOKUP(B1,TBL,2,FALSE) to convert the grade to value. How do I then say I want B1 is greater than A1 to be Green?
Many thanks,
Russ
Using Excel 2003. I have a 2 columns with pupil grades. Column A = Target Grade & B = Exam Grade. I have lookup table to convert the grade to a value.
Table values:
A= 5
B= 4
C =3
D =2
E =1
U =0
I want to conditional format so Green is for grades higher than target, orange is on target and red is below target.
For example: A1 = "B" & B2 = "C"
I'm using =VLOOKUP(A1,TBL,2,FALSE) & =VLOOKUP(B1,TBL,2,FALSE) to convert the grade to value. How do I then say I want B1 is greater than A1 to be Green?
Many thanks,
Russ