| Line 1: |
Line 1: |
| − | =DVAR(database, field, criteria)= | + | <div style="font-size:30px">'''DVAR (Array,Field,Criteria)'''</div><br/> |
| | | | |
| − | *Where <math>database</math> is the range of cells that makes up the list or database | + | *Where <math>Array</math> is the range of cells that makes up the list or database |
| | | | |
| − | *<math>field</math> shows which column is used in the function and | + | *<math>Field</math> shows which column is used in the function and |
| | | | |
| − | *<math>criteria</math> is the range of cells that contains the specified criteria. | + | *<math>Criteria</math> is the range of cells that contains the specified criteria. |
| | | | |
| − | DVAR() calculates the estimates of the variance of a population, based on sample by using data in a specified column that matches the specified criteria. | + | **DVAR(), estimates variance based on a sample from selected database entries. |
| | | | |
| | == Description == | | == Description == |
| | | | |
| − | DVAR(database, field, criteria) | + | DVAR (Array,Field,Criteria) |
| | | | |
| − | *A <math>field</math> argument can be expressed as "Salary" (a column name) or 3(position of the column). | + | *A <math>Field</math> argument can be expressed as "Salary" (a column name) or 3(position of the column). |
| − | *<math>criteria</math> can be any range on the Calci with minimum of one column and at least one row indicating the condition. | + | *<math>Criteria</math> can be any range on the Calci with minimum of one column and at least one row indicating the condition. |
| − | *The <math>criteria</math> columns should not overlap the list of data. | + | *The <math>Criteria</math> columns should not overlap the list of data. |
| | | | |
| | == Examples == | | == Examples == |