STDEV(number1,[number2],...)
=STDEV(C5:C11)
The STDEV function in Sourcetable is used to calculate the standard deviation of a set of data. For example, this will return the standard deviation for the data in the range C5:C11.
=STDEV(C:C)
The STDEV function can also be used to calculate the standard deviation of an entire column of data. For example, this will return the standard deviation for all of the data in column C.
=STDEV(C5:C11, D5:D11)
The STDEV function can also be used with multiple arguments. For example, this will return the standard deviation of the two data sets together.
=STDEV({1,2,3,4,5})
The STDEV function can also be used with an array argument. For example, this will return the standard deviation for the array of numbers.
The STDEV function is a statistical function used to calculate the standard deviation of a sample or population. It requires two or more numerical values and can take up to 255 arguments. The STDEVP or STDEV.P function should be used for population standard deviation.