NORM.INV
StatisticalNORM.INV helps you perform summary and inferential functions for descriptive and statistical analysis.
Overview
Start with "=" then enter NORM.INV(probability, mean, standard_dev). Keep argument order as shown and use cell ranges where appropriate.
Parser pathComplete docs
Syntax & Arity
=NORM.INV(probability, mean, standard_dev)
3 required
Arguments
| Argument | Required | Type | Description |
|---|---|---|---|
| probability | Required | Single | Probability value between 0 and 1. |
| mean | Required | Single | Mean (average) value. |
| standard_dev | Required | Single | Standard deviation value. |
Example Inputs & Outputs
Formula
=NORM.INV(<probability>, <mean>, <standard_dev>)
Example Output
Statistical summary value
Replace placeholders with your worksheet values or ranges to compute a result.