Skip to Content

NORM.INV

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 of the distribution
  • standard_dev: Required. The standard deviation of the distribution

Example

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