Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the STANDARDIZE function. |
| mean | Parameter of the STANDARDIZE function. |
| standard_dev | Parameter of the STANDARDIZE function. |
Examples
How far from average?
=STANDARDIZE(85, 72, 8)
Outlier detection
=ABS(STANDARDIZE(B5, AVERAGE(B2:B100), STDEV(B2:B100))) > 3
Comparing across scales
=STANDARDIZE(750, 500, 100)
Common Errors
Standard deviation is 0 or negative. Division by zero is undefined, and standard deviation cannot be negative.
Non-numeric arguments.
Tips
z=0 is the mean, z=1 is one stdev above, z=-2 is two stdevs below. About 95% of normally distributed data falls between z=-2 and z=2.
Z-scores let you compare values from different scales. A z-score of 2.0 on a math test and 1.5 on a verbal test means the math performance was relatively stronger, even if the raw scores differ dramatically.
After standardizing, use NORM.S.DIST(z, TRUE) to find the percentile. A z-score of 1.96 corresponds to the 97.5th percentile.
Try STANDARDIZE in Viztab
Import your data and use STANDARDIZE with 370+ other formulas. No signup required.
Open Viztab