Syntax:
KURT(list)
Returns the kurtosis of the values in the list, which may be an array, a range of cells, or a comma-separated list of values. This is a measure of the shape of a distribution of values.
Example:
KURT(A1:A15)
returns the kurtosis of the contents of cells in the range A1
to A15
.