Skip to content

STANDARDIZE

Statistical

STANDARDIZE helps you perform summary and inferential functions for descriptive and statistical analysis.

Overview

Start with "=" then enter STANDARDIZE(x, mean, standard_dev). Keep argument order as shown and use cell ranges where appropriate.

Parser pathComplete docs

Syntax & Arity

=STANDARDIZE(x, mean, standard_dev)

3 required

Arguments

ArgumentRequiredTypeDescription
xRequiredSingleNumeric x value.
meanRequiredSingleMean (average) value.
standard_devRequiredSingleStandard deviation value.

Example Inputs & Outputs

Formula

=STANDARDIZE(<x>, <mean>, <standard_dev>)

Example Output

Statistical summary value

Replace placeholders with your worksheet values or ranges to compute a result.

Related Functions