Subtotal Grades

T

Triptanes

I have a list of names with grades blah blah, and have calculated their
number grade. ALso, I used Vlookup and a lookup table to calculate
their letter grade.

NOW:
Use the subtotal feature to determine the number of As, Bs, Cs, Ds and
Fs.

:confused:

Data--->Subtotals I click some stuff in that menu, but none of it
displays the number of As, Bs, Cs, Ds and Fs.

Any help would be greatly appreciated.
 
B

Biff

Hi!
Data--->Subtotals

That's for numeric data.

List your letter grades somewhere, assume D1:D5 = A;B;C;D;F

The students letter grades are in column A.

Enter this formula in E1 and copy down to E5:

=COUNTIF(A:A,D1)

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top