Statistical Functions

Statistical functions in Excel empower users to perform data analysis, summarize trends, and make informed decisions based on quantitative evidence. These built-in tools make it easy to calculate averages, variances, probabilities, correlations, and distributions without complex programming. From evaluating performance metrics to identifying patterns in large datasets, statistical functions help analysts, researchers, and business professionals extract meaningful insights, validate hypotheses, and guide smarter, evidence-based decisions — all within the familiar Excel environment.

Explore all our articles related to the Statistical functions…

How to use the STDEVA() function in Excel

The STDEVA() function estimates the standard deviation based on a sample. It is used to measure how dispersed or spread out values are from their mean (average). Unlike STDEV.S(), the STDEVA() function includes text and logical values in the calculation:

Lire la suite »

How to use the STDEV.P() function in Excel

The STDEV.P() function calculates the standard deviation based on an entire population. The standard deviation is a statistical measure that quantifies how much values in a dataset deviate from the mean (average). A low standard deviation indicates that values are

Lire la suite »

How to use the SMALL() function in Excel

Returns the k-th smallest value in a dataset. This function is useful for extracting values with specific relative rankings without sorting the data. Syntax: SMALL(array; k) Arguments: array(required): The range or array containing the dataset k(required): The ordinal position of

Lire la suite »

How to use the SLOPE() function in Excel

The SLOPE() function returns the slope of the linear regression line that best fits the data points in the arrays known_y’s and known_x’s. The slope represents the rate of change — that is, the vertical change divided by the horizontal

Lire la suite »

How to use the SKEW() function in Excel

The SKEW() function returns the skewness of a distribution. Skewness measures the degree of asymmetry of a distribution around its mean. A positive skewness indicates a distribution with a tail that extends toward more positive values. This is also referred

Lire la suite »

How to use the RSQ() function in Excel

This function returns the square of the Pearson correlation coefficient (r²) based on paired data points (known_y’s and known_x’s). The r² value represents the proportion of variance in the dependent variable (y) that can be explained by the independent variable

Lire la suite »

How to use the RANK.AVG() function in Excel

Returns the rank of a specified number within a dataset, using average ranking for tied values. Unlike RANK() which skips subsequent ranks for duplicates, this function assigns the average rank to all identical values. Syntax: RANK.AVG(number; ref; [order]) Arguments Argument Description number (required) The numeric

Lire la suite »

How to use the RANK() function in Excel

Returns the rank of a specified number within a dataset, indicating its relative size compared to other values. The rank represents the number’s position if the dataset were sorted. Syntax: RANK(number; ref; [order]) Arguments Argument Description number (required) The value to

Lire la suite »

How to use the QUARTILE() function in Excel

Returns the specified quartile of a dataset. Quartiles divide data into four equal groups, useful for analyzing income distributions, sales performance, or survey results (e.g., identifying the top 25% of values). Syntax: QUARTILE(array ; quart) Arguments Argument Description array (required) Range of

Lire la suite »

How to use the PROB() function in Excel

This function calculates the probability of values falling within a specified range. If no upper limit is provided, it returns the probability of values equaling the lower limit exactly. Syntax: PROB(x_range; prob_range; lower_limit; [upper_limit]) Arguments: x_range(required): The set of possible

Lire la suite »

How to use the POISSON.DIST() function in Excel

This function calculates probabilities for a Poisson-distributed random variable. The Poisson distribution is commonly used to predict the frequency of rare, independent events over a specific interval (e.g., call center arrivals per hour or tire failures per 100,000 miles). Syntax:

Lire la suite »

How to use the PERMUT() function in Excel

This function returns the number of possible permutations when selecting *k* elements from a set of *n* elements. A permutation is an arrangement where the order of elements matters. Syntax: PERMUT(number; number_chosen) Arguments: number (required): The total number of elements (*n*). number_chosen (required): The number of elements

Lire la suite »

Go Beyond: Discover More Excel Functions…

Excel offers far more than just basic formulas.
Beyond statistical functions, there exists a powerful universe of features designed to help you analyze data, automate tasks, and build dynamic, high-performing spreadsheets. In this section, you will discover the main categories of functions, including lookup functions, logical functions, CUBE functions, text manipulation tools, financial formulas, and many others — each accompanied by clear explanations and practical examples to help you master them with confidence.