STANDARDIZE function

Category: Statistical
Introduced: Excel 2003

Summary

Returns a normalized value

Syntax

STANDARDIZE(x, mean, standard_dev) The STANDARDIZE function syntax has the following arguments:
• X Required. The value you want to normalize.
• Mean Required. The arithmetic mean of the distribution.
• Standard_dev Required. The standard deviation of the distribution.

Example

=STANDARDIZE(A2,A3,A4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/standardize-function-81d66554-2d54-40ec-ba83-6437108ee775

Back to Functions