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

NORMSDIST

Description

Returns the standard normal distribution function for the specified value.

Syntax

NORMSDIST(
x
, [
cumulative
])
  • x
    : The value to calculate the standard normal distribution probability for.
  • cumulative
    : The type of distribution to use. FALSE = probability mass function; TRUE = cumulative distribution function.