The Excel Dvarp function computes the variance (for a whole population) of the values in a database field (column) for just chosen records. A collection of one or more user-specified criteria defines the records to be included in the computation.
Syntax :
=DVARP ( database, field, criteria )
Parameters :
Database :
Field :
Criterion :
E.g. :
Age | Name |
>8 | Amy |
Example :
The Dvarp function is used in the following example to calculate the variance of Math results earned by male students. Cells G1 – H2 specify the conditions, while cell G3 displays the Dvarp formula. The Dvarp function above computes the variance of the values in cells E5, E8, and E11, and so returns the value 2.6 percent.
Ask Your Query