Excel KURT Function
The KURT function returns the kurtosis of a supplied data set. The kurtosis measures the peakedness or flatness of a distribution, compared with the normal distribution. A positive kurtosis value indicates a relatively peaked distribution, and a negative kurtosis value indicates a relatively flat distribution.
Syntax
=KURT(number1,[number2], ...)
Arguments
- Number1 (required): A range or reference that contains data values.
- Number2, … (optional): Additional numbers.
Return value
The KURT function returns a numeric value.
Function notes
- Arguments in the KURT function can be supplied as numbers or names, arrays, or references that contain numbers. Up to 255 arguments are allowed.
- KURT function can count the Logical values and text representations of numbers (numbers enclosed with quotation marks, says “10”) that you type directly into the list of arguments.
- KURT function ignores empty cells or cells that contain text or logical values.
- Cells with value zero will be included in the calculation.
- The #DIV/0! error occurs if any of the below situation occurs:
- There are less than 4 data points;
- The standard deviation of the sample is 0.
- The #VALUE! error value occurs if any of the supplied arguments you typed directly in the function are non-numeric, or all the supplied arguments as ranges or cell references are text.
- KURT function can accept up to 255 number arguments in Excel 2010 and later versions of Excel, but in Excel 2003, KURT function can only accept up to 30 number arguments.
Example
As the below screenshot shows, there are a report data of month sales. To get the peakedness or flatness of the distribution, compared with the normal distribution, please do as follows:
Please copy the formula below into cell E5, then press the Enter key to get the result.
=KURT(C5:C10)
The negative result indicates that it is a relatively flat distribution.
Note:We can also directly input values in the formula. The formula in cell E5can be changed to:
=KURT(60,90,80,130,80,120)
Relative Functions:
-
Excel EVEN Function
The EVEN function rounds numbers away from zero to the nearest even integer.
-
Excel EXP Function
The EXP function returns the result of the constant e raised to the nth power.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
