STDEVS

Formula Explanation

Calculate the standard deviation.

The standard deviation measures the extent to which values are dispersed around the mean.

Formula Syntax

Enter in the result column: stdevs(data column / data column1..n)

Usage Examples

  1. Calculate the standard deviation of column EH2 and write the result in column EH5.
EH5 = stdevs(EH2)

stdevs_c

  1. Perform row-wise calculations on a set of data: Calculate the standard deviation for each row's values corresponding to the 3 values in EH2~EH4. Write the result in column EH6.
EH6 = stdevs(EH2..4)

stdevs_r

Last Updated: