Spread.NET 17 Formula Reference
Formula Functions / Functions M to Q / NORMSDIST
In This Topic
    NORMSDIST
    In This Topic

    This function returns the standard normal cumulative distribution function.

    Syntax

    NORMSDIST(value)

    Arguments

    The argument can be any numeric value.

    Remarks

    The distribution has a mean of zero and a standard deviation of one.

    Use this function in place of a table of standard normal curve areas.

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    NORMSDIST(F1)

    NORMSDIST(R1C6)

    NORMSDIST(1.288) gives the result 0.901127

    Version Available

    This function is available in product version 1.0 or later.

    See Also

    NORMDIST | NORMSINV | Statistical Functions