Skip to Content

NORMINV

Returns the inverse of the normal cumulative distribution

Syntax

NORM.INV(probability, mean, standard_dev)

Parameters

  • probability: Required. A probability corresponding to the normal distribution
  • mean: Required. The arithmetic mean
  • standard_dev: Required. The standard deviation

Example

=NORM.INV(0.908789, 40, 1.5)
Returns: NumberSince: Excel 2010