Excel NORMSDIST Function

Use:
Computes normal distribution probability associated with a specified Z score
Syntax:
NORMSDIST( z )
Examples:
Cell D6 formula:   NORMSDIST( C6 )

Cell D7 formula:   NORMSDIST( C7 )

Note:
NORMSDIST computes the proportion of the standard normal distribution that is less than or equal to the specified Z score.
Related Functions:
STANDARDIZE