SKEW
Name
Skew
Description
Returns the skewness of a distribution.
Syntax
SKEW(number1,number2,...)
Remarks
The arguments are numeric values. Only the first argument is required. Up to 255 arguments may be included.
Data Type
Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
SKEW(A1,B4,B5,C1,C4)
SKEW(R1C1,R2C1)