Comparing data based on name which is not in same row

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.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hi

Try the following
Excel Workbook
ABCDEFGHIJKLMNOP
1Last NameFirst NameIn all 3 termsGradeHonour RollEffortLast NameFirst NameGradeHonour RollEffortLASTFIRSTGRADEHREFFORT
2AbbottMatthewFALSE8BEAalhusDavid9BAalhusJonathan11B
3AbrahamsonChaseFALSE8BEAalhusJonathan11BAdamsChloe8AE
4AdamsChloeTRUE8AEAbrahamsonChase8BEAdlaniAmine10B
5AdlaniAmineFALSE10BAdamsChloe8AEAl TaherMay10AE
6AdrianSamuelFALSE10BAichele-JonesMadison9BAlainJeremy8B
7AdrianSarahFALSE9BAl TaherMay10AEAlainJessica12AE
8Al TaherMayTRUE10AEAlainJeremy8BEAlatrashTamir8B
9AlainJeremyTRUE8BEAlainJessica12AEAlatrashMaureen10BE
10AlainJessicaTRUE12AEAlatrashMaureen10AEAlatrashNatalie11AE
Sheet
 
Upvote 0
This looks good, however what about for the kids that are ONLY in Term 2 or Term 3?
(eg. Maurene Alatrash)

Ideally, I'd like to have each student be given a total # of Honour Roll standings (1-3) and a total # of Effort standings (1-3)
 
Upvote 0
Firstly I would suggest creating a list of all students. If your data was arranged running downwards this you would be able to create 1 list of all students without duplicates (using either advanced filter or the data, remove duplicates on the ribbon). Then you could do a countif based on the name of each student.
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,196
Members
452,616
Latest member
intern444

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top