PHI function

PHI(Number) PHI(Number)

Number

Number or { Number }

The value for which the standard normal distribution is calculated.

Returns

Number or { Number }

A value for a standard normal distribution.

Returns a value for a standard normal distribution.

Examples

PHI(0.5)PHI(0,5)

Returns roughly 0.35.

NORM.DIST(0.5, 0, 1, FALSE)NORM.DIST(0,5; 0; 1; FALSE)

Returns roughly 0.35.