How to Use the LOGNORMDIST Function in Excel

Today, we’ll explore the LOGNORMDIST function, available in both Excel and Google Sheets. This function is crucial for calculating the logarithmic normal distribution for specified values, mean, and standard deviation.

LOGNORMDIST Syntax

The LOGNORMDIST function has the following syntax:

LOGNORMDIST(x, mean, standard_dev, cumulative)
  • x: The data point at which the function is evaluated.
  • mean: The mean of the natural logarithm of x.
  • standard_dev: The standard deviation of the natural logarithm of x.
  • cumulative: A logical value specifying the function’s output format. If TRUE, the function returns the cumulative distribution; if FALSE, it returns the probability density function.

Examples and Applications

Example 1: Cumulative Distribution Function

This example determines the cumulative probability that a random variable does not exceed a specified value.

x Mean Standard Deviation Cumulative LOGNORMDIST Result
2 1 0.5 TRUE =LOGNORMDIST(2, 1, 0.5, TRUE)

In this scenario, the expression =LOGNORMDIST(2, 1, 0.5, TRUE) computes the cumulative distribution function value for x=2 with a mean of 1 and a standard deviation of 0.5.

Example 2: Probability Density Function

This example calculates the probability density function value at a specified value.

x Mean Standard Deviation Cumulative LOGNORMDIST Result
2 1 0.5 FALSE =LOGNORMDIST(2, 1, 0.5, FALSE)

Utilizing the formula =LOGNORMDIST(2, 1, 0.5, FALSE), we find the probability density function value for x=2 with a mean of 1 and a standard deviation of 0.5.

These examples illustrate how the LOGNORMDIST function can be applied within Excel and Google Sheets to determine logarithmic normal distribution probabilities accurately.

More information: https://support.microsoft.com/en-us/office/lognormdist-function-f8d194cb-9ee3-4034-8c75-1bdb3884100b

Other functions
Returns the beta cumulative distribution function
Returns the inverse of the cumulative distribution function for a specified beta distribution
Returns the individual term binomial distribution probability
Returns the one-tailed probability of the chi-squared distribution
Returns the inverse of the one-tailed probability of the chi-squared distribution
Returns the test for independence
Returns the confidence interval for a population mean
Returns covariance, the average of the products of paired deviations
Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
Returns the exponential distribution
Returns the F probability distribution
Rounds a number down, toward zero
Returns the result of an F-test
Returns the gamma distribution
Returns the inverse of the gamma cumulative distribution
Returns the hypergeometric distribution
Returns the inverse of the lognormal cumulative distribution
Returns the most common value in a data set
Returns the negative binomial distribution
Returns the inverse of the normal cumulative distribution
Returns the normal cumulative distribution
Returns the standard normal cumulative distribution
Returns the inverse of the standard normal cumulative distribution
Returns the k-th percentile of values in a range
Returns the percentage rank of a value in a data set
Returns the Poisson distribution
Returns the quartile of a data set
Returns the rank of a number in a list of numbers
Estimates standard deviation based on a sample
Calculates standard deviation based on the entire population
Returns the Student's t-distribution
Returns the inverse of the Student's t-distribution
Returns the probability associated with a Student's t-test
Estimates variance based on a sample
Calculates variance based on the entire population
Calculates variance based on the entire population, including numbers, text, and logical values
Returns the one-tailed probability-value of a z-test