![]()
The STDEV function (which stands for standard deviation) will return a measure
of how widely the values are dispersed from the average value (the mean). Calculating
the standard deviation can be quite useful when you are assessing test scores
and student performance. SD helps you see how a set of student scores varies
from around the mean. In other words, you can see whether the student has performed
consistently on their exams or have major inconsistencies.
The syntax for the STDEV function is:
=STDEV(first value, second value, etc.)
For instance, if we have the following data set given above, the STDEV function for Frank's set of scores would be:
=STDEV(B4:E4)
To perform an STDEV function like the example above, follow the steps below: