STANDARDIZE

Name

STANDARDIZE —
STANDARDIZE(x,mean,stdev)

Description

The STANDARDIZE function returns a normalized value. @x is the number to be normalized, @mean is the mean of the distribution, @stdev is the standard deviation of the distribution.

If stddev is 0 STANDARDIZE returns #DIV/0! error.

See also

AVERAGE