EXCEL SKEW FUNCTION

The Excel SKEW function computes the skewness of a distribution given a collection of numbers.

Syntax :

=SKEW( number1[number2], … )

Parameters :

  • The number parameters offer at least three numeric values that comprise the data collection.

Step By Step Guide of SKEW Function

Example :

The worksheet on the right has 15 data values in Column A. The chart below depicts the distribution of these values:
The skewness of the values in the spreadsheet may be computed as follows using the Excel Skew Function:

=SKEW( A1:A15 )
The result is 0.863378312, suggesting that the set of data has a positive sign.

  • #DIV/0! – Occurs if one of the following conditions is met: the function has received fewer than three data values; or the average variance extracted of the supplied data values is zero.
  • #VALUE! – Occurs if any of the provided number parameters to the Skew function are not accepted as numeric values.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now