In: Technology | 548 days ago
This statistical function returns a normalized value from a distribution characterized by mean and standard deviation. Syntax: Standardize(x,mean,standard_deviation). "x" is the value you want to normalize. Eg:STANDARDIZE(42,40,1.5) returns the value 1.333333.
244 days ago