The Excel Dstdevp function computes the standard deviation of a field (column) in a database for only a subset of the records. A collection of one or more user-specified criteria defines the records to be included in the computation.
Syntax :
=DSTDEVP ( database, field, criteria )
Parameters :
Database :
Field :
Criterion :
E.g :
Age | Name |
>9 | Sam |
Example :
In the following example, the Dstdevp function is used to calculate the standard deviation of male students’ English test results. Cells G1 – H2 specify the conditions, while cell G3 displays the Dstdevp formula. The Dstdevp function above calculates the standard deviation of the values in cells E6, E9, and E12 and returns the value percentage points.
Ask Your Query