Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.46 KB

Excel.WorksheetFunction.LogNorm_Inv.md

File metadata and controls

55 lines (31 loc) · 1.46 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WorksheetFunction.LogNorm_Inv method (Excel)
vbaxl10.chm137408
vbaxl10.chm137408
Excel.WorksheetFunction.LogNorm_Inv
d8a3c416-c2c4-dc57-e1f0-1d05e9fec2a1
05/24/2019
medium

WorksheetFunction.LogNorm_Inv method (Excel)

Returns the inverse of the lognormal cumulative distribution function. Use the lognormal distribution to analyze logarithmically transformed data.

Syntax

expression.LogNorm_Inv (Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Arg1 Required Double Probability - A probability associated with the lognormal distribution.
Arg2 Required Double Mean - The mean of ln(x).
Arg3 Required Double Standard_dev - The standard deviation of ln(x).

Return value

Double

Remarks

If any argument is nonnumeric, LogNorm_Inv returns the #VALUE! error value.

If probability ≤ 0 or probability ≥ 1, LogNorm_Inv returns the #NUM! error value.

If standard_dev ≤ 0, LogNorm_Inv returns the #NUM! error value.

The inverse of the lognormal distribution function is:

Inverse of the lognormal distribution function.

[!includeSupport and feedback]