Skip to main content
Workday User Guide
Last Updated: 2023-06-23
NORMDIST

NORMDIST

Description

Returns the normal distribution probability for the specified value. This functions is the same as NORM.DIST.

Syntax

NORMDIST(
x
,
mean
,
standard_dev
,
cumulative
)
  • x
    : The number that you want the distribution for.
  • mean
    : The arithmetic mean of the distribution.
  • standard_dev
    : The standard deviation of the distribution.
  • cumulative
    : The type of distribution to use. FALSE = probability density function; TRUE = cumulative distribution function.