DEVSQ function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the sum of squares of deviations

Syntax

DEVSQ(number1, [number2], ...) The DEVSQ function syntax has the following arguments:
• Number1, number2, ... Number1 is required, subsequent numbers are optional. 1 to 255 arguments for which you want to calculate the sum of squared deviations. You can also use a single array or a reference to an array instead of arguments separated by commas.

Example

=DEVSQ(A2:A8)

Microsoft Support Page

https://support.microsoft.com/en-us/office/devsq-function-8b739616-8376-4df5-8bd0-cfe0a6caf444

Back to Functions