1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Average Calculation
=Average(C2,:F2)
Mean (average score)
=Average(F2:F61)
Maximum (highest score)
Max(F2:F61)
Minimum (lowest score)
=Min(F2:F61)
Mode (Most common score)
=Mode(F2:F61)
Standard deviation (spread of data)
=STDEV(F2:F61)
Countif, determine number of total scores in data greater than or equal to 10.
=Countif(f2:f61,">=10")
SUMIF, from whole data set determine sum of scores greater than 3.
=SUMIF(C2:E61,">3")