Spread 8.0 Documentation
LOGNORMDIST
Support Options
Formula Reference > Built-In Functions > LOGNORMDIST

Glossary Item Box

LOGNORMDIST


Name

Normal logarithm distribution

Description

Returns the cumulative natural log normal distribution of x, where LN(x) is normally distributed with the specified mean and standard deviation. Analyze data that has been logarithmically transformed with this function.

Syntax

LOGNORMDIST(x,mean,stdev)

Remarks

If p = LOGNORMDIST(x,...) then LOGINV(p,...) = x.

This function has these arguments:

Argument Description
x Value at which to evaluate the function
mean Value of mean of natural logarithm of x, LN(x)
stdev Value representing the standard deviation of LN(x)

Data Type

Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

LOGNORMDIST(0.92,B8,G22)
LOGNORMDIST(42,2,1.2)=0.926199546

Copyright © GrapeCity, inc. All rights reserved.