TRUECALC
Functions

NORMINV

Normal inverse CDF (legacy)

Try it

When to use it

When should I use NORMINV?

NORMINV is the legacy form of NORM.INV. Use it only when maintaining old spreadsheets; for new work prefer NORM.INV. Both return the value below which a given cumulative probability falls in a normal distribution.

Used in

science · finance

Syntax

NORMINV(p,mean,stdev)

Examples

=NORMINV(0.75,1,4) // => 3.69795900089369

On this page