Excel Instruction
New     spreadsheet     in         Excel     and         enter         all         the         observations         in         a         list.         In the example below you’ll see how to make a frequency table of grades in a class.
Example 1
      
D7. To         highlight a reference cell range in a formula Excel, write:         <the coordinates of the top left cell>
:
<the coordinates of the bottom right cell>
You’ll want to refer to this cell range to find the frequency of each of the grades.
To copy the formula without causing the cell range to shift you need to write a $-sign before each letter and number coordinate. These are called absolute cell references. If you don’t add $ before each cell’s letter and number coordinate, Excel will consider your references to those cells relative, meaning it will shift the references if you copy the formula to a new place.
The formula is then
=COUNTIF($B$1:$H$3;C7)
With this formula, Excel will count the number of A’s in the chosen area.         
      
D7 and pull the little square down to the row with the         grade "A". Finally you sum the frequencies and find the number of students in the         class. The final frequency table will look like this:         
      
Here are the formulas for each cell: