EXCEL NORMINV FUNCTION

The NORMINV function in Excel generates the inversion of the Cumulative Normal Density Function for a given x value and a given distribution mean and standard deviation.

Syntax :

=NORMINV( probabilitymeanstandard_dev )

Parameters :

  • The following parameter are:

Probability –

  • The value where the inverse function should be evaluated.

mean –

  • The distribution’s arithmetic mean.

standard dev –

  • The project’s standard deviation.

Step By Step Guide of NORMINV Function

Example :

The Inverse Normal Cumulative Density Function with a Mean of 5 and a Standard Deviation of 2 is seen on the right.
If you wish to determine the value of this function when the probability is equal to 0.6, use the Excel Norminv function, as shown below.

=NORMINV( 0.6, 5, 2 )

This gives the result 5.506694206.

  • #NUM! – Occurs when either the specified probability argument is 0 or more than 1, or the supplied standard dev parameter is 0.
  • #VALUE! – This error occurs if any of the supplied parameters is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now