COUNTING GRADES

hebburnsent

Board Regular
Joined
Nov 29, 2003
Messages
62
I have a list of student grades in a column - eg. A, B, C, D E etc. I need a formla to count the number of A's, B's etc. which is updated if the grades changed.

Thank you
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
hebburnsent said:
I have a list of student grades in a column - eg. A, B, C, D E etc. I need a formla to count the number of A's, B's etc. which is updated if the grades changed.

Thank you

=COUNTIF(A1:A10,"A")
 
Upvote 0
hebburnsent said:
I have a list of student grades in a column - eg. A, B, C, D E etc. I need a formla to count the number of A's, B's etc. which is updated if the grades changed.

Thank you
Hi hebburnsent:

Welcome to the Board!
y031129h1.xls
ABCD
1GradesGradeCountOfGrades
2BA3
3BB6
4BC1
5CD1
6D
7A
8A
9A
10B
11B
12B
Sheet6


I hope this helps.
 
Upvote 0
if the grades are in columnA the following code . Place in anther column, would count all the "A"s in Column A.
=COUNTIF(A:A,"A")

Method 2.
Use "Data....Subtotals" ... "Count"

Method 3.
Make a Pivot table

Good Luck :wink:
 
Upvote 0

Forum statistics

Threads
1,218,252
Messages
6,141,397
Members
450,355
Latest member
twmills

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