How to use the NORMDIST function in Excel - Function that returns the distribution in Excel
When working with Excel data tables and statistics, knowing and using Excel functions will help you complete your work. And in today's article, Network Administrator will introduce you to the NORMDIST function in Excel and how to use the function.
The NORMDIST function returns the normal distribution in Excel with a specified mean and standard deviation. The function will be applied in statistical tables and hypothesis testing. The following article uses the NORMDIST function for Excel versions 2003 to Excel 2013.
Using the NORMDIST function in Excel
We have the syntax to use the NORMDIST function:
NORMDIST(x, mean, standard_dev, cumalative)
In there :
- x: is the value for which you want to calculate the distribution. Required parameter
- mean: The arithmetic mean of the distribution. Required parameter.
- standard_dev: Standard deviation of the distribution. Required parameter.
- cumalative: A logical value that specifies the form of the function. Required parameter.
- cumalative=true: Returns the result of the cumulative distribution function
- cumalative=false: Returns the result of the probability density function.
Note:
- If the mean or standard deviation is not a number => the function returns the #VALUE! error.
- If mean = 0 and standard deviation = 1, cumulative = True => the function returns the normal distribution NORMSDIST.
- If the standard deviation is less than 0 => The function returns the value #NUM!.
- When cumulative value = TRUE => distribution applies from negative infinity to x value.
We have an example of calculating the distribution of the value 92 according to the table below.
Case 1: Cumalative has TRUE value (Cumalative=true)
Step 1:
In the cell to be calculated, we enter the formula: =NORMDIST(C3,C4,C5,TRUE) .
Step 2:
After entering the formula, press Enter and get the result as shown below.
Case 2: Cumalative value = FALSE (Cumalative=false)
Step 1:
We enter the formula as follows: =NORMDIST(C3,C4,C5,FALSE) .
Step 2:
You also press Enter and get the result as shown below:
Case 3: If standard deviation = 1 and mean = 0, cumulative = True > NORMDIST(92)= NORMSDIST(92)
NORMDIST function value (92):
Readers enter the formula: =NORMDIST(C3,C4,C5,TRUE) . And the result will be as below.
NORMSDIST(92) function value:
We enter the formula: =NORMSDIST(C3) and the result is as below.
So, if standard deviation = 1 mean = 0 and cumulative = true => NORMSDIST function equals NORMDIST function value.
Above is a tutorial on using the NORMDIST function in Excel to calculate the normal distribution with standard deviation and special cases between the NORMSDIST function and the NORMDIST function.
See also the following articles:
You should read it
- Instructions on how to use the Dmax function in Excel
- How to fix the SUM function doesn't add up in Excel
- Basic Excel functions that anyone must know
- How to use the Match function in Excel
- How to use AVERAGEIF function in Excel
- How to use the LEN function in Excel
- How to use Excel's VALUE function
- NORMDIST function - The function returns the normal distribution with the standard deviation and the average value specified in Excel
May be interested
- PHI function - The function returns the value of the density function for a normal distribution in Excelphi function: the function returns the value of the density function for a standard normal distribution. support functions from excel 2013 onwards. syntax: phi (x)
- LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excellognorm.inv: the function returns the inverse of the logarithmic distribution of x. where ln (x) is usually distributed with parameter mean and standard deviation. use functions to analyze logarithmic change data. support function from excel 2 version
- T.INV function - The function returns the inverse value of the Student t distribution in Excelt.inv: the function returns the inverse value of the student t-distribution. support functions from excel 2010 onwards. syntax: t.inv (probability, deg_freedom)
- T.DIST.RT - The function returns the Student's t-distribution on the right in Excelt.dist.rt: the function returns the student's t-distribution on the right. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist.rt (x, deg_freedom)
- F.DIST - The function returns the probability distribution F in Excelf.dist function: the function returns the probability distribution f. the function supports the version from excel 2010. syntax: f.dist (x, deg_freedom1, deg_freedom2, cumulative)
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excelhypgeom.dist: the function returns the hyperinfection distribution, using this function for problems with finite sets of vowismooix observations whether or not they are successful. syntax: hypgeom.dist (sample_s, number_sample, population_s, number_pop, cumulative)
- F.INV function - The function returns the inverse of the probability distribution F in Excelf.inv function: the function returns the inverse of the probability distribution f. support function from the excel 2010 version. syntax: f.inv (probability, deg_freedom1, deg_freedom2)
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excelf.inv.rt function: the function returns the inverse of the right probability distribution f. support functions from the excel 2010 version. syntax: f.inv.rt (probability, deg_freedom1, deg_freedom2)
- CHISQ.DIST - Function returns the distribution when squared in Excelchisq.dist: the function returns the distribution when squared, and this value is often used to understand variations as a percentage of the samples. support function from excel 2010 version. syntax: chisq.dist (x, deg_freedom, cumulative)
- LOGNORM.DIST - Function returns the logarithmic distribution of x in Excellognorm.dist: the function returns the logarithmic distribution of x. where ln (x) is usually distributed with parameter mean and standard deviation. support functions from excel 2010 onwards. syntax: lognorm.dist (x, mean, standard_dev, cumulative)