Countif??

P

Pieter JVR

I want to calculate the numer of A's, B's, C's ect. from a
given range of marks for students, without having to
calculate the grade from the given mark for each pupil in
a separate column, and then using the countif to summarise
the total numer of A's, B's ect.

i.e A1:A30 = range for marks
A31 = number of A's
A32 = number of B's etc.

Could you perhaps help me?
 
F

Frank Kabel

Hi
try something like
=COUNTIF(A1:A30,"A")

--
Regards
Frank Kabel
Frankfurt, Germany

Die Nachricht steht nicht mehr auf dem Server zur Verfügung
Die Nachricht konnte nicht übertragen werden, weil sie nicht mehr
auf dem Server zur Verfügung steht.




-----------------------------------------------------------------------
---


a.. Newsbeiträge werden nach einer gewissen Zeit vom Server
gelöscht, um Platz für neue Beiträge zu machen.
b.. IMAP-Server können von mehreren E-Mail-Anwendungen
gleichzeitig verwendet werden. Wenn Sie zwei E-Mail-Anwendungen
verwenden, um Ihre E-Mail zu lesen, sollten Sie die Nachrichtenliste
beim Umschalten aktualisieren.



Outlook Express
 
G

Guest

Thanks for the reply

The problem with countif is that one still has to calculate the approrpiate grade for each mark ( 80+ = A; 70-79 = B ect) in a seperate column (eg column B with the IF-formula) and then use the countif based on the results in column B.

I want to count the number of A's, B's etc. directly from the given range of marks

Surely it must be possible
Regard

----- Frank Kabel wrote: ----

H
try something lik
=COUNTIF(A1:A30,"A"

-
Regard
Frank Kabe
Frankfurt, German

Die Nachricht steht nicht mehr auf dem Server zur Verfügun
Die Nachricht konnte nicht übertragen werden, weil sie nicht meh
auf dem Server zur Verfügung steht




----------------------------------------------------------------------
--


a.. Newsbeiträge werden nach einer gewissen Zeit vom Serve
gelöscht, um Platz für neue Beiträge zu machen
b.. IMAP-Server können von mehreren E-Mail-Anwendunge
gleichzeitig verwendet werden. Wenn Sie zwei E-Mail-Anwendunge
verwenden, um Ihre E-Mail zu lesen, sollten Sie die Nachrichtenlist
beim Umschalten aktualisieren



Outlook Expres
 
F

Frank Kabel

Hi Pieter
then try something like:
=SUMPRODUCT(--(A1:A100>=80))
and
=SUMPRODUCT(--(A1:A100<80),--(A1:A100>=70))
...
 

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

Similar Threads

calculating formulas in excel 3
COUNTIF CONDITIONS 4
COUNTIF, criteria is cell-to-cell comparison 3
Average 3
count 3
COUNT IF in array 2
Group count query advise 11
CountIf 3

Top