lifeguard23
New Member
- Joined
- Jul 8, 2006
- Messages
- 15
I'm needing to compile data based on student performance over 3 terms of the school year.
The example file is stored at:
http://dl.dropbox.com/u/5892902/example.xlsx
Each term, my school creates a list all the students who obtain either Honour Roll (A or B) and Effort (E) Standing. It uses a 5 Column System (Lastname, FIrstname, Grade, Honour Roll, and Effort). I've shaded Term 1 Green. Then the same thing is done for Term 2 (red) and Term 3 (blue). I need to create a list of how many students were on an honour roll (A, B, or E) for ALL THREE terms.
The problem is that it's not the entire student population listed in each term. It's only the students that got that standing for that term. So you can't use a simple COUNT formula based on row. I need a way to check the compile the total amount of honour roll standings for each student.
For example "Jon Aalhus" only made B honour roll for Terms 2 and 3, not 1. So his result should be "2" for total term honour roll rankings.
The example file is stored at:
http://dl.dropbox.com/u/5892902/example.xlsx
Each term, my school creates a list all the students who obtain either Honour Roll (A or B) and Effort (E) Standing. It uses a 5 Column System (Lastname, FIrstname, Grade, Honour Roll, and Effort). I've shaded Term 1 Green. Then the same thing is done for Term 2 (red) and Term 3 (blue). I need to create a list of how many students were on an honour roll (A, B, or E) for ALL THREE terms.
The problem is that it's not the entire student population listed in each term. It's only the students that got that standing for that term. So you can't use a simple COUNT formula based on row. I need a way to check the compile the total amount of honour roll standings for each student.
For example "Jon Aalhus" only made B honour roll for Terms 2 and 3, not 1. So his result should be "2" for total term honour roll rankings.