| − | =DVAR(A4:C10,"Age",C1:C2) : Calculates the estimated variance for 'Age' column in the range A4 to C10, for the cells with Salary>8000. ''Returns 41.952380952380956'' as a result. | + | =DVAR(A4:C10,"Age",C1:C2) : Calculates the estimated variance for 'Age' column <br>in the range A4 to C10, for the cells with Salary>8000. ''Returns 41.952380952380956'' as a result. |
| − | =DVAR(A4:C10,3,B1:B3) : Calculates the estimated variance for 'salary' in the range A4 to C10, for the cells with 40>Age>30. ''Returns 2819444.4444444445'' as a result. | + | =DVAR(A4:C10,3,B1:B3) : Calculates the estimated variance for 'salary' in the range <br>A4 to C10, for the cells with 40>Age>30. ''Returns 2819444.4444444445'' as a result. |