LearnExcel.io
Menu

Excel Statistics Functions

Written by ·
Excel Statistics Functions

Discover the power of Excel’s statistical functions to enhance your data analysis!

This guide explores essential Excel functions for statistics, explaining how each function works and when to use them.

From ranking numbers and calculating averages to counting specific data points and finding maximum or minimum values, Excel provides a comprehensive set of tools to help you understand your data better. 

Excel Statistics Functions

Excel Function

Description

RANK

Determines the rank of a number within a list of numbers, returning its relative position.

AVERAGE

Calculates the arithmetic mean of the given numbers.

AVERAGEIF

Computes the arithmetic mean of values in a range that meet a specified criterion.

AVERAGEIFS

Calculates the arithmetic mean of values across multiple ranges based on multiple criteria.

COUNT

Counts the cells containing numbers within a range.

COUNTA

Counts all non-empty cells in a specified range.

COUNTBLANK

Totals the number of empty cells within a given range.

COUNTIF

Counts the number of cells that meet a single specified criterion.

COUNTIFS

Counts cells across multiple ranges based on multiple criteria.

LARGE

Returns the K-th largest value from a data set, such as the third-largest number.

MAX

Identifies the maximum value in a set of values.

MIN

Identifies the minimum value in a set of values.

SMALL

Returns the K-th smallest value from a data set, such as the third-smallest number.

STDEV.S

Estimates the standard deviation based on a sample, useful for measuring data spread.

STDEV.P

Calculates the standard deviation based on the entire population.

VAR.S

Estimates variance based on a sample.

VAR.P

Calculates variance based on the entire population.

MODE.SNGL

Returns the most frequently occurring value in a dataset.

MODE.MULT

Returns a vertical array of the most frequently occurring values in a dataset.

MEDIAN

Determines the median value, the middle number in a set of numbers.

QUARTILE.EXC

Calculates the quartile of a data set, excluding 0 and 4 (exclusive).

QUARTILE.INC

Calculates the quartile of a data set, including 0 and 4 (inclusive).

The list I provided includes a variety of commonly used statistical functions in Excel, covering basic statistics like averages and counts, as well as measures of spread and central tendency such as standard deviation, variance, and median. However, there are additional functions related to statistics that could also be valuable. Here are a few more that could be included:

Additional Excel Statistics Functions

Excel Function

Description

CORREL

Calculates the correlation coefficient between two data sets to determine the strength and direction of their linear relationship.

SKEW

Measures the asymmetry of the data distribution around its mean, indicating whether the distribution is skewed to the left or right.

KURT

Assesses the “tailedness” of the data distribution, indicating how sharply the tails differ from those of a normal distribution.

PERCENTILE.EXC

Computes the k-th percentile of values in a data range, excluding the smallest and largest values in the set.

PERCENTILE.INC

Computes the k-th percentile of values in a data range, including all values from the smallest to largest.

NORM.DIST

Returns the normal distribution for a set of values with a specified mean and standard deviation, useful for statistical modeling.

T.TEST

Calculates the T-test for the means of two independent samples, providing the probability that the means are significantly different.

These functions are essential for conducting more sophisticated statistical analyses, allowing users to delve deeper into data characteristics and relationships in Excel.

Overview of Statistical Functions in Excel

Excel provides a robust set of statistical functions that cater to a variety of analysis needs. These functions can be broadly categorized into several types:

  • Measures of Central Tendency: Functions like AVERAGE, MEDIAN, and MODE help in determining the center of a data set.
  • Measures of Variation: Functions such as STDEV (standard deviation), VAR (variance), and MIN and MAX (range) assess the spread of the data.
  • Distribution Functions: These include NORM.DIST, T.DIST, which are used to work with different types of statistical distributions.
  • Tests and Analysis Functions: Functions like T.TEST and CORREL offer ways to perform hypothesis testing or find correlations between data sets.

These categories help users apply the correct statistical techniques to their data, enhancing both the analysis process and the decision-making based on this analysis.

Related guides

View all Excel Formulas and Functions guides →