Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
CORREL calculates the Pearson product-moment correlation between two equal-length arrays. A result near 1 indicates a strong positive relationship, near -1 a strong negative one, and near 0 little linear association. Use it to test whether two variables move together.
=CORREL(A2:A5,B2:B5)=CORREL(A2:A5,B2:B5)Computed by a real spreadsheet engine on the sample data below.
| Ad Spend | Revenue |
| 1000 | 8200 |
| 1500 | 10500 |
| 2000 | 13100 |
| 2500 | 15800 |
=CORREL(A2:A5,B2:B5)→0.9993496337
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Check whether advertising spend and revenue are correlated across monthly data”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: