Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor
Documentation/How Tos/Calc: COVAR function
From OpenOffice.org Wiki
< Documentation | How Tos
COVAR
Returns the covariance of two sets of data.
Syntax:
COVAR(x; y)
- where x and y are ranges or arrays containing the two sets of data.
- Advanced topic:
- The parameters x and y are always evaluated as array formulas.
Example:
COVAR(A1:A30; B1:B30)
- returns the covariance of the two sets of data in A1:A30 and B1:B30.
See Also

