logo
excelfunctions.org
bookmarks

COVAR

Returns covariance, the average of the products of paired deviations.

CompatibilityCompatibility / LegacyLegacy / Older Versions

What it does

Calculates population covariance (Legacy).

Syntax

COVAR(array1, array2)

Arguments

  • array1(range) β€” First data set.
  • array2(range) β€” Second data set.

Examples

Legacy Covariance

Calculate covariance.

FORMULA
=COVAR(A2:A4, B2:B4)
RESULT
50
SAMPLE DATA
AB
1XY
2110
3220
4340