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

PHI

Description

Returns the values of the density function for a standard normal distribution.

Syntax

PHI(
x
)
  • x
    : The number to calculate the density of the standard normal distribution for.

Example

Formula
Result
=PHI(1)
0.241970725
=PHI(4)
0.00013383

Notes

  • The result of PHI( 1.234E+201 ) or PHI( -1.234E+201 ) is zero. In Microsoft® Excel® the result is an
    invalid number
    error.