KURT function

Category: Statistical
Introduced: Excel 365

Summary

Returns the kurtosis of a data set

Syntax

KURT(number1, [number2], ...) The KURT function syntax has the following arguments:
• Number1, number2, ... Number1 is required, subsequent numbers are optional. 1 to 255 arguments for which you want to calculate kurtosis. You can also use a single array or a reference to an array instead of arguments separated by commas.

Example

=KURT(A2:A11)

Microsoft Support Page

https://support.microsoft.com/en-us/office/kurt-function-bc3a265c-5da4-4dcb-b7fd-c237789095ab

Back to Functions