| − | =DSTDEV(A4:C10,"Age",B1:B3) : Calculates the standard deviation for 'Age' column <br>in the range A4 to C10, for the cells with 40>Age>30. <br /> ''Returns 5.214829282387338'' as a result. | + | =DSTDEV(A4:C10,"Age",B1:B3) : Calculates the standard deviation for 'Age' column <br>in the range A4 to C10, for the cells with 40>Age>30. <br />Returns '''5.214829282387338''' as a result. |
| − | =DSTDEV(A4:C10,3,D1:D2) : Calculates the standard deviation for 'salary' <br>in the range A4 to C10, for the cells with Age>32. <br />''Returns 1981.161275615895'' as a result. | + | =DSTDEV(A4:C10,3,D1:D2) : Calculates the standard deviation for 'salary' <br>in the range A4 to C10, for the cells with Age>32. <br />Returns '''1981.161275615895''' as a result. |