Unit 3 - Activity 15 - Excel Using Statistics Functions Worksheet
Unit 3 - Activity 15 - Excel Using Statistics Functions Worksheet
For the data below, find the mean of both classes using =average(Cell1 : Cell2)
For the data below, find the median of both classes using =median(Cell1 : Cell2)
For the data below, find the mode of both classes using =mode(Cell1 : Cell2). Careful, mode in Excel will only return one value
If you want to find the mean of both columns, you can type =average(A12:B29). Or type =average( and highlight all the cells yo
In Excel, find the Population Standard Deviation by typing =stdev.p(Cell1:Cell2) or you can choose the cells by highlighting them
Find the Sample Standard Deviation by typing =stdev.s(Cell1:Cell2) or you can choose the cells by highlighting them. In Open O
Find the Population Variance by typing =var.p(Cell1:Cell2). In Open Office type =varp(Cell1:Cell2)
Find the Sample Variance by typing =var.s(Cell1:Cell2). In Open Office type =var(Cell1:Cell2)
You don't want to have to count the number of times certain temperatures appear, so we are going to use the countif function
If you want Excel to count all the numbers which are less than 19.5, you would enter =countif(B19:B49, "<19.5")
However, because you want to copy this formula, Excel will change B19:B49 to B20:B50.
We don't want Excel to do this, so we need to add $ to keep it from changing. Enter =countif($B$19:$B$49, "<19.5"
There is an easier way to copy the formula down! Click on the box F19. There is a tiny square in the bottom right. D
All you have to do now, is change the "<19.5" to match the upper limit on the range. For example, in F20, you want
To get the Frequency, you need to subtract the cells in F. For example, to get the Frequency for the range 31.5-33.5, you take
To make a Frequency polygon, highlight the Midpoint column and the Frequency column by holding CTRL. Then, insert a scatte
ntif($B$19:$B$49, "<19.5")
are in the bottom right. Drag the square down all the cells you want the formula in.
ange 31.5-33.5, you take F26-F25, and you would have a frequency of 5.