NORM.DIST Function

Calculates the probability that variable x falls below or at a specified value

Over 1.8 million professionals use CFI to learn accounting, financial analysis, modeling and more. Start with a free account to explore 20+ always-free courses and hundreds of finance templates and cheat sheets.

What is the NORM.DIST Function?

The NORM.DIST Function[1] is categorized under Excel Statistical functions. It will calculate the probability that variable x falls below or at a specified value. That is, it will calculate the normal probability density function or the cumulative normal distribution function for a given set of parameters.

To understand what normal distribution is, consider an example. Suppose we take an average of 30 minutes to complete a task, with a standard deviation of 5 minutes. Assuming a normal distribution for the time it takes to complete the work, we can calculate the percentage of time for which the time would be between 25 minutes and 35 minutes.

As a financial analyst, the NORM.DIST function is useful in stock market analysis. In investing, we need to balance between risk and return and aim for the best possible return. Normal distribution helps quantifies the two aspects, risk and return, by the mean for returns and the standard deviation for risk.

Formula

=NORM.DIST(x,mean,standard_dev,cumulative)

The NORM.DIST uses the following arguments:

  1. X (required argument) – This is the value for which we wish to calculate the distribution.
  2. Mean (required argument) – The arithmetic mean of the distribution.
  3. Standard_dev (required argument) – The standard deviation of the distribution.
  4. Cumulative (required argument) – This is a logical value. It specifies the type of distribution to be used: TRUE (Cumulative Normal Distribution Function) or FALSE (Normal Probability Density Function).

We can use 1 for TRUE and 0 for FALSE when entering the formula.

The formula used in calculating the normal distribution is:

NORM.DIST Function

Where:

  • μ is the mean of the distribution
  • σis the variance
  • is the independent variable for which you want to evaluate the function

How to use the NORM.DIST Function in Excel?

The NORM.DIST function was introduced in Excel 2010. To understand the uses of the function, let’s look at an example:

Example

Suppose we know a friend who claims that his IQ is above 130. We know that the population mean IQ is 100 and the population standard deviation for IQ is 15. Based on this data, we can calculate the probability that our friend has an IQ above 130.

The formula to use is:

NORM.DIST Function

We get the result below:

NORM.DIST Function - Example 1

The function gave us a result of 0.977, which means that there is a 2% probability of our friend showing an IQ of 130.

If we wish to calculate the probability that our friend has an IQ equal to exactly 130, we should use the following formula:

NORM.DIST Function - Example 1a

We get the result below:

NORM.DIST Function - Example 1b

That indicates roughly 0.35% of the population shows an IQ of 130. Here, Excel estimated the probability by using a small range for the single value.

A few notes about the NORM.DIST Function

  1. NORM.DIST replaces the NORMDIST function.
  2. The NORM.DIST() function refers to any normal distribution, whereas the NORMSDIST() compatibility function and the NORM.S.DIST() consistency function refer specifically to the unit normal distribution.
  3. #NUM! error – Occurs if the given standard_dev argument is less than or equal to zero.
  4. #VALUE! error – Occurs when any of the given arguments is non-numeric or is a non-logical value.

Click here to download the sample Excel file

Additional Resources

Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis and Excel modeling. To learn more, check out these additional CFI resources:

Article Sources

  1. NORM.DIST Function
0 search results for ‘