| − | =DVARP(A4:C10,"Age",C1:C3) : Calculates the true variance for Age column in the range A4 to C10, for the cells with Salary>8000. ''Returns 35.95918367346939'' as a result. | + | =DVARP(A4:C10,"Age",C1:C3) : Calculates the true variance for Age column <br>in the range A4 to C10, for the cells with Salary>8000. ''Returns 35.95918367346939'' as a result. |
| − | =DVARP(A4:C10,3,B1:B3) : Calculates the true variance for Salary column in the range A4 to C10, for the cells with 40>Age>32. ''Returns 2506172.839506173'' as a result. | + | =DVARP(A4:C10,3,B1:B3) : Calculates the true variance for Salary column <br>in the range A4 to C10, for the cells with 40>Age>32. ''Returns 2506172.839506173'' as a result. |