# NORMSDIST

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



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](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsMtoQ/FunctionNORMDIST) \| [NORMSINV](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsMtoQ/FunctionNORMSINV) \| [Statistical Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsstats)