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

NORM.INV

Description

Returns the inverse normal distribution probability for the specified value.

Syntax

NORM.INV(
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.