Matching & Counting Problem

stevejpearson

Board Regular
Joined
Oct 31, 2009
Messages
64
Dear all,

I am hoping there is a simpl (ish) way to achieve the following:

I have a list of pupil levels (3,4,5,6) in one column and other columns showing if these pupils are currently on track to achieve 5 grades including english and maths in their exams and also to show what grade they are currently going to achieve in their english and maths exams.

I am trying to find a way to count how many pupils that achieved a level 3 (or 4 or 5 or 6) achieved a C grade or higher in english and how many of the level 5 students achieved 5 a*-c grades including english and maths.

Realise this may not be entirely clear so have placed the following file for download:

http://www.box.net/shared/outafr74r8
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Try

=SUMPRODUCT(($A$3:$A$204=6)*($B$3:$B$204="Y")*($D$3:$D$204={"A","B ","C"}))

etc.
 
Upvote 0
I've downloaded that file and even after a bit of reformatting I can't understand it.

You mention pupil levels but I don't see that anywhere - is that perhaps the ROUNDED AV(erage?) column?

Also does 5 a*-c grades mean the pupil has received 5 results between the grades a* and -c?
 
Upvote 0
<!-- / message --><!-- sig -->Sorry you are right I didnt make it clear, but you are correct the pupil levels is the rounded average column and the 5a*-c grades does mean that they achieved 5 results between a*-c

Hope this makes more sense now.
 
Upvote 0

Forum statistics

Threads
1,225,476
Messages
6,185,197
Members
453,282
Latest member
roger_nz66

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