TRUECALC
Functions

NORM.INV

Normal inverse CDF

Try it

When to use it

When should I use NORM.INV?

Use NORM.INV to find the value below which a given percentage of a normally distributed population falls — for example, the test score at the 75th percentile, or the value-at-risk threshold for a normally distributed return.

Used in

science · finance

Syntax

NORM.INV(p,mean,stdev)

Examples

=NORM.INV(0.75,1,4) // => 3.69795900089369

On this page