STANDARDIZE |
STANDARDIZE(x, mean, standard_dev) |
Returns the normalized value from a distributed characterised by a mean and a standard deviation. |
x | The value you want to normalize. |
mean | The arithmetic mean of the distribution. |
standard_dev | The standard deviation of the distribution. |
REMARKS |
* If "standard_dev" = 0, then #NUM! is returned. * If any of the arguments are not numeric, then #VALUE! is returned. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top