TRUECALC
Functions

NORMDIST

Normal CDF/PDF (legacy)

Try it

When to use it

When should I use NORMDIST?

NORMDIST is the legacy form of NORM.DIST; it takes the same four arguments. Use it only when maintaining old spreadsheets. For new work, prefer NORM.DIST which is more clearly named and consistent with other modern statistical functions.

Used in

science · operations

Syntax

NORMDIST(x,mean,stdev,cumulative)

Examples

=NORMDIST(2.4,1,4,FALSE) // => 0.09381008672923448
=NORMDIST(2.4,1,4,TRUE) // => 0.6368306511756191

On this page