Hi all, I am massively struggling to crack the following problem. I need to pick up a list of students who are not making enough progress at school. The progress is quantified (above 0 is outstanding progress, =0 is good, =-1 satisfactory and below -1 is inadequate. Students are from a variety of classes (i.e. class 10a, class 10b, class 10c, etc). The main spreadsheet contains all the data for each student and looks like this:
[TABLE="class: cms_table, width: 465"]
Name
[/td]Gender
[/td]Class
[/td]Progress
[/td]John
[/td]M
[/td]10a
[/td]3
[/td]Sam
[/td]F
[/td]10b
[/td]-3
[/td]Ella
[/td]F
[/td]10c
[/td]-1
[/td]Robert
[/td]M
[/td]10a
[/td]-1
[/td]Bob
[/td]M
[/td]10a
[/td]0
[/td]Harry
[/td]M
[/td]10c
[/td]-5
[/td]Robbie
[/td]M
[/td]10b
[/td]5
[/td]Jack
[/td]M
[/td]10c
[/td]0
[/td]Adam
[/td]M
[/td]10c
[/td]0
[/td]Sarah
[/td]F
[/td]10c
[/td]-1
[/td]Vanessa
[/td]F
[/td]10c
[/td]-1
[/td]Amy
[/td]F
[/td]10b
[/td]4
[/td]Ben
[/td]M
[/td]10b
[/td]-2
[/td]Brian
[/td]M
[/td]10a
[/td]3
[/td]Keeley
[/td]F
[/td]10a
[/td]-1
[/td]Emma
[/td]F
[/td]10a
[/td]-1
[/td]Jan
[/td]F
[/td]10a
[/td]0
[/td]Ryan
[/td]M
[/td]10a
[/td]0
[/td]
[/TABLE]
How do I pick up a list of students who are making inadequate progress based on class? I also need the names of the females in the list to be highlighted in yellow.
The resultant list should look like this[TABLE="class: cms_table, width: 58"]
[/TABLE]
[TABLE="class: cms_table, width: 58"]
[/TABLE]
[TABLE="class: cms_table, width: 416"]
Class
[/td]10a
[/td]Outstanding
[/td]Good
[/td]Satisfactory
[/td]Inadequate
[/td]John
[/td]Bob
[/td]Robert
[/td]Brian
[/td]Jan
[/td]Keeley
[/td]Ryan
[/td]Emma
[/td]
[/TABLE]
Thank you