Dapatkan varians sampel untuk catatan yang cocok
=DVAR(database, field, criteria)
| Parameter | Deskripsi |
|---|---|
database |
Database range including headers. |
field |
Field name or index to count. |
criteria |
Criteria range including headers. |
Using the example above, you can get the variance of heights for the group "Fox" with either of these formulas:
=DVAR(B7:C13,"Height",B4:C5) // field by name
=DVAR(B7:C13,2,B4:C5) // field by index