EXCEL LOGNORMDIST FUNCTION

The LOGNORMDIST function in Excel computes the Cumulative Log-Normal Distribution Function for a given x value.

Syntax :

=LOGNORMDIST( xmeanstandard_dev )

Parameters :

  • The following parameter are:

x –

  • The value at which the log-normal dispersion should be evaluated.

mean –

  • ln’s mean is the average (x).

standard dev

  • The ln standard deviation (x).

Step By Step Guide of LOGNORMDIST Function

Example :

The graph on the right depicts the Log-Normal Cumulative Distribution Function for a variable called x. ln(x) has a mean of 10 and a standard deviation of 5.
If you wish to determine the value of this function when x = 12, use the Excel Lognormdist function, as shown below:

=LOGNORMDIST( 12, 10, 5 )

This gives the result 0.066417115.

  • #NUM! – Occurs if the provided x or standard dev are both 0.
  • #VALUE! – This error occurs if any of the supplied parameters is n.

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