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

NORMINV

Description

Returns the inverse normal distribution probability for the specified value.

Syntax

NORMINV(
probability
,
mean
,
standard_dev
)
  • probability
    : The value to calculate the inverse normal distribution probability for.
  • mean
    : The mean of the distribution.
  • standard_dev
    : The standard deviation of the distribution.