STANDARDIZE

STANDARDIZE z-score of a value

Synopsis

STANDARDIZE(x,mean,stddev)

Arguments

x: value

mean: mean of the original distribution

stddev: standard deviation of the original distribution

Note

If stddev is 0 this function returns a #DIV/0! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

AVERAGE.