How to Use the LOGINV Function in Excel

Welcome to our guide on the LOGINV function in Excel and Google Sheets. The LOGINV function is a statistical tool that calculates the inverse of the cumulative lognormal distribution based on a given probability and the distribution’s parameters.

Syntax

The syntax for the LOGINV function is consistent across both Excel and Google Sheets:

LOGINV(probability, mean, standard_dev)
  • probability: The probability corresponding to the inverse lognormal distribution.
  • mean: The mean of the natural logarithm of the variable, ln(x).
  • standard_dev: The standard deviation of the natural logarithm of the variable, ln(x).

Examples

Here are some practical examples to demonstrate the use of the LOGINV function:

Example 1

Find the inverse lognormal distribution for a probability of 0.2, with a mean of 1 and a standard deviation of 0.5.

In Excel and Google Sheets:

=LOGINV(0.2, 1, 0.5)

Example 2

Consider a scenario where you possess a dataset that includes mean and standard deviation values, and you need to compute the inverse lognormal distributions for probabilities listed in a range of cells.

Probability Mean Standard Deviation Result
0.3 2 1.5 =LOGINV(A2, B2, C2)
0.5 3 2 =LOGINV(A3, B3, C3)

This example illustrates using the LOGINV function to apply a range of probabilities with corresponding mean and standard deviation values to compute the inverse lognormal distribution.

These examples showcase how the LOGINV function can be utilized in Excel and Google Sheets to analyze lognormal distributions effectively and perform robust statistical analysis.

More information: https://support.microsoft.com/en-us/office/loginv-function-0bd7631a-2725-482b-afb4-de23df77acfe

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 cumulative lognormal 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