Table of Contents
This guide explains how to use NORMSDIST Function in Excel, including its syntax, required arguments, practical examples, and common errors.
Description: The function returns a normalized cumulative distribution, whose distribution has a mean of 0 and a standard deviation of 1. The purpose of the function is to replace tables containing normalized curves.
Syntax: NORMSDIST (z) .
Inside:
- z is the value to determine the distribution, is a required parameter.
Attention:
- How to calculate the value of the NORMSDIST function:

- Force z in numeric format otherwise the function returns the #VALUE! Error value
For example:
Find the distribution of the value 6.6666666.

In the cell to be calculated enter the following formula: = NORMSDIST (D6) .

After pressing Enter the result is:

Thus the distribution of 6.6666666 is 1.
Above is a detailed guide for the NORMSDIST function.
Good luck!
FAQ
What does the NORMSDIST function do in Excel?
The NORMSDIST function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the NORMSDIST function correctly?
Start with an equals sign, enter NORMSDIST, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the NORMSDIST function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.