Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet which totals all grades and assigns a letter grade for
each student ("A", "B", "C", "D" "F"). What I would like to do is to automatically tally how many of each grade has been received. i.e. how many A's B's etc. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Say the letter grades were in Column D, from D2 to D100.
In, say E1 to E5, enter; A, B, C, D, E - Then in F1 enter this formula: =Countif($D$2:$D$100,E1) And copy down to F5. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Indyj" wrote in message ... I have a spreadsheet which totals all grades and assigns a letter grade for each student ("A", "B", "C", "D" "F"). What I would like to do is to automatically tally how many of each grade has been received. i.e. how many A's B's etc. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort by number not by letter (C1, A2, B3, D4) | Excel Discussion (Misc queries) | |||
change letter to number add number | Excel Worksheet Functions | |||
How do I get a number or letter to represent cell contents? | Excel Discussion (Misc queries) | |||
Grade Percentage into letter grade | Excel Discussion (Misc queries) | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |