The STANDARDIZE function is one of the statistical functions. It is used to return a normalized value from a distribution characterized by the specified parameters.
Syntax
STANDARDIZE(x, mean, standard_dev)
The STANDARDIZE function has the following arguments:
Argument
Description
x
The value you want to normalize.
mean
The arithmetic mean of the distribution.
standard_dev
The standard deviation of the distribution, greater than 0.