Skip to main content

SKEW

Definition

Calculates the skewness of a dataset, which describes the symmetry of that dataset about the mean.

Sample Usage

SKEW(1,2,3,4,5,6,7,8,9,10)

SKEW(A2:A100)

Syntax

SKEW(value1, [value2, ...])

  • value1 - The first value or range of the dataset.

  • value2, ... - Additional values or ranges to include in the dataset.

Notes

  • Although SKEW is specified as taking a maximum of 30 arguments, Google Sheets supports an arbitrary number of arguments for this function.

  • If the total number of values supplied as value arguments is not at least two, SKEW will return the #NUM! error.

  • Any text encountered in the value arguments will be ignored.

  • Positive skewness indicates a longer tail extending in the positive direction, to the right of the mean, while negative skewness indicates a longer tail in the negative direction, to the left. Skewness nearer to zero indicates more symmetrical distributions.

See Also

VARPA: Calculates the variance based on an entire population, setting text to the value `0`.

VARP: Calculates the variance based on an entire population.

VARA: Calculates the variance based on a sample, setting text to the value `0`.

VAR: Calculates the variance based on a sample.

STDEVPA: Calculates the standard deviation based on an entire population, setting text to the value `0`.

STDEVP: Calculates the standard deviation based on an entire population.

STDEVA: Calculates the standard deviation based on a sample, setting text to the value `0`.

KURT: Calculates the kurtosis of a dataset, which describes the shape, and in particular the "peakedness" of that dataset.

DVARP: Returns the variance of an entire population selected from a database table-like array or range using a SQL-like query.

DVAR: Returns the variance of a population sample selected from a database table-like array or range using a SQL-like query.

DSTDEVP: Returns the standard deviation of an entire population selected from a database table-like array or range using a SQL-like query.

DSTDEV: Returns the standard deviation of a population sample selected from a database table-like array or range using a SQL-like query.

DEVSQ: Calculates the sum of squares of deviations based on a sample.

AVEDEV: Calculates the average of the magnitudes of deviations of data from a dataset's mean.

In order to use the SKEW formula, start with your edited Excellentable

Then type in the SKEW Formula in area you would like to display the outcome:

Type in the complete SKEW formula for a cell as shown below:

Excellentable will generate the outcome when hitting enter. 

A
B
C
D
1
State
Data
Mean
Probability
2
Alabama
3
4
0.2
3
Alaska
4
3
0.3
4
Arizona
5
5
0.1
5
Arkansas
2
10
0.4
6
California
3
2
0.65
7
Colorado
4
9
0.35
8
Connecticut
5
1
0.25
9
Delaware
6
7
0.01
10
Florida
4
8
0.7
11
Georgia
7
40
1.5
12
13
0.359543071

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.