Syntax
| Parameter | Description |
|---|---|
| z | Parameter of the NORMSDIST function. |
Examples
Cumulative probability at z=1
=NORMSDIST(1)
Probability between two z-values
=NORMSDIST(1) - NORMSDIST(-1)
Upper tail probability
=1 - NORMSDIST(2.33)
Common Errors
Non-numeric input.
Tips
NORMSDIST always returns the cumulative probability. For the probability density function, use NORM.S.DIST(z, FALSE).
NORMSDIST is a compatibility function. NORM.S.DIST is the modern replacement with an additional cumulative argument.
NORMSDIST(1.645)=0.95, NORMSDIST(1.96)=0.975, NORMSDIST(2.326)=0.99. These are the critical values for 90%, 95%, and 99% one-tailed tests.
Try NORMSDIST in Viztab
Import your data and use NORMSDIST with 370+ other formulas. No signup required.
Open Viztab