EXCEL LOGNORM.DIST FUNCTION

For a given value of x, the Excel LOGNORM.DIST function computes the Data Posterior Distribution or the Cumulative Log-Normal Weibull Distribution. For a given value of x, the Excel LOGNORM.DIST function computes the Log-Normal Density Function or just the Cumulative Log-Normal Distribution Function.

Syntax :

=LOGNORM.DIST( xmeanstandard_devcumulative )

Parameters :

  • The following parameter are:

x –

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

mean –

  • ln’s arithmetic mean (x).

standard dev

  • The ln standard deviation (x).
    cumulative – A rational argument indicating the type of distribution to be used:
    TRUE denotes Cumulative Normal Distribution Function.
    Normal Density Function = FALSE

Step By Step Guide of LOGNORM.DIST Function

Example :

The right graphic depicts the Log-Normal Probability Density Function for a variable, 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 = 0.5, use the Excel Lognorm.Dist function, as shown below:
=LOGNORM.DISTANCE =LOGNORM.DISTANCE =LOGNORM ( 0.5, 10, 5, FALSE )
This yields the value 0.016210482.

  • #NUM! – Occurs if the given x or standard dev are both 0.
  • #VALUE!
    – This error occurs if any of the given 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