How to Use the NORMDIST Function in Excel

Welcome to the guide on the NORMDIST function in Excel and Google Sheets!

Overview

The NORMDIST function calculates the likelihood that a particular value falls within a certain range, utilizing the normal distribution model. This function is particularly useful in the fields of statistics, probability, and data analysis.

Syntax

The syntax for the NORMDIST function is:

=NORMDIST(x, mean, standard_dev, cumulative)
  • x: The value for which you want to calculate the probability.
  • mean: The arithmetic mean of the distribution.
  • standard_dev: The standard deviation of the distribution.
  • cumulative: A logical value that specifies the function output. Set this to TRUE to obtain the cumulative distribution function; set it to FALSE to get the probability density function.

Examples

Example 1: Cumulative Distribution Function (CDF)

This example demonstrates how to calculate the probability that a value is less than or equal to a specified point.

x (Value) Mean Standard Deviation Cumulative Result
85 80 5 TRUE =NORMDIST(85, 80, 5, TRUE)

Example 2: Probability Density Function (PDF)

This example calculates the probability density at a specified value.

x (Value) Mean Standard Deviation Cumulative Result
90 85 3 FALSE =NORMDIST(90, 85, 3, FALSE)

These examples illustrate the use of the NORMDIST function in Excel and Google Sheets to compute probabilities based on the normal distribution.

More information: https://support.microsoft.com/en-us/office/normdist-function-126db625-c53e-4591-9a22-c9ff422d6d58

Other functions
Returns the beta cumulative distribution function
Returns the inverse of the cumulative distribution function for a specified beta distribution
Returns the individual term binomial distribution probability
Returns the one-tailed probability of the chi-squared distribution
Returns the inverse of the one-tailed probability of the chi-squared distribution
Returns the test for independence
Returns the confidence interval for a population mean
Returns covariance, the average of the products of paired deviations
Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
Returns the exponential distribution
Returns the F probability distribution
Rounds a number down, toward zero
Returns the result of an F-test
Returns the gamma distribution
Returns the inverse of the gamma cumulative distribution
Returns the hypergeometric distribution
Returns the inverse of the lognormal cumulative distribution
Returns the cumulative lognormal distribution
Returns the most common value in a data set
Returns the negative binomial distribution
Returns the inverse of the normal cumulative distribution
Returns the standard normal cumulative distribution
Returns the inverse of the standard normal cumulative distribution
Returns the k-th percentile of values in a range
Returns the percentage rank of a value in a data set
Returns the Poisson distribution
Returns the quartile of a data set
Returns the rank of a number in a list of numbers
Estimates standard deviation based on a sample
Calculates standard deviation based on the entire population
Returns the Student's t-distribution
Returns the inverse of the Student's t-distribution
Returns the probability associated with a Student's t-test
Estimates variance based on a sample
Calculates variance based on the entire population
Calculates variance based on the entire population, including numbers, text, and logical values
Returns the one-tailed probability-value of a z-test