WorksheetFunction.Standardize method (Excel)
Returns a normalized value from a distribution characterized by mean and standard_dev.
Syntax
expression.Standardize (Arg1, Arg2, Arg3)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Arg1 | Required | Double | X - the value that you want to normalize. |
Arg2 | Required | Double | Mean - the arithmetic mean of the distribution. |
Arg3 | Required | Double | Standard_dev - the standard deviation of the distribution. |
Return value
Double
Remarks
If standard_dev ≤ 0, Standardize returns the #NUM! error value.
The equation for the normalized value is
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.