LOGINV function

LOGINV(Probability, Mean, StandardDeviation) LOGINV(Probability; Mean; StandardDeviation)

Probability

Number or { Number }

A probability associated with the lognormal distribution.

Mean

Number or { Number }

The mean of the natural logarithm of the probability parameter.

StandardDeviation

Number or { Number }

The standard deviation of the natural logarithm of the probability parameter.

Returns

Number or { Number }

The inverse of the LOGNORMDIST function.

This function is a compatibility alias for LOGNORM.INV. Use LOGNORM.INV for new projects.