Returns the covariance of a data point with two sets of data.
Syntax
x: The cell range containing the first set of data. Eg., A2:A4
Remarks
COVAR function ignores text values, logical expressions, and empty cells in the given range.
Examples
|
Formula |
Result |
|
=COVAR(A2:A4;B2:B4) |
1.333333333 |
|
=COVAR(A2:A3;B2:B3) |
2.5 |
|
=COVAR(A3:A4;B3:B4) |
0 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#DIV/0! |
|
Similar Functions