TRUECALC
Functions

NORMSDIST

Standard normal CDF (legacy)

When to use it

When should I use NORMSDIST?

NORMSDIST is the legacy single-argument form of NORM.S.DIST; it always returns the cumulative standard normal probability for a given z-score. Use it only when maintaining older spreadsheets; prefer NORM.S.DIST(x, TRUE) in new work.

Used in

science · education

Syntax

NORMSDIST(x)

On this page