Skip to main content
Workday User Guide
Last Updated: 2023-06-23
NORM.S.DIST

NORM.S.DIST

Description

Returns the standard normal distribution function for the specified value.

Syntax

NORM.S.DIST(
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.