Returns the normalized value from a distribution characterized by the specified arguments.
Syntax Copy Code |
---|
STANDARDIZE( Number n, Number mean, Number sigma ) → Number |
The equation of the normalized value is (n - mean) / sigma. If sigma is negative, the function returns the #NUM! error value.
Formula Copy Code |
---|
=STANDARDIZE(42,40,1.5) |
Function Reference