STANDARDIZE(x,mean,stdev)
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.
AVERAGE