CORREL Function Excel

“correl function excel” comes up constantly, so this page leads with the exact answer, gives you a tool to try it on your own numbers, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: use =CORREL(array1, array2) — it returns a correlation coefficient from -1 to 1, where 0 means no linear relationship.

On this page8

Syntax

=CORREL(array1, array2)

Arguments

Argumentrequired / optionalDescription
array1requiredThe first set of values.
array2requiredThe second set, the same size as array1.

Related functions

SLOPE and INTERCEPTFORECASTVAR
ƒxCorrelation & TrendlineLive

6 pairs

Correlation (r)
0.9981

R² = 0.9962

Slope
1.9857

Intercept = 0.1667

=CORREL(A2:A10,B2:B10) · =SLOPE(B,A) · =RSQ()
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

CORREL measures how strongly two variables move together, on a scale from -1 (perfectly opposed) through 0 (unrelated) to 1 (perfectly aligned). It detects linear relationships only: a strong curved relationship can return a coefficient near zero, which is why plotting the data alongside the number is not optional. The other standing caveat is that correlation says nothing about cause. Both ranges must be the same size; pairs where either value is missing are dropped. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “correl function excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

Marketing spend in B2:B37 and revenue in C2:C37: =CORREL(B2:B37, C2:C37) returning 0.78 indicates a strong positive linear relationship. Squaring it gives R², the share of variance explained: =CORREL(B2:B37,C2:C37)^2 returns about 0.61, matching the R² a trendline reports. CORREL puts a single defensible number on "do these move together", which is the first question any two-variable analysis has to answer. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. If you take one thing from this page on “correl function excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Reading correlation as causation, which the coefficient cannot support in either direction.
  • Trusting a near-zero result without plotting; CORREL is blind to non-linear relationships.
  • Ranges of different lengths, which returns #N/A.

Frequently asked questions

What counts as a strong correlation?

It depends entirely on the field. Above 0.7 is usually called strong in business data and would be weak in a physical measurement.

How do I get R-squared?

Square the coefficient: =CORREL(x,y)^2, or use =RSQ(y,x) directly. Both match the R² a chart trendline displays.

Does correlation prove causation?

No. It measures co-movement only; a lurking third variable explains a great many strong correlations.

Other ways people ask this

On the way here you may have searched this as “how to use correl function in excel” and “how to use the correl function in excel” — it is all the same task, and this page is the single, complete answer to it.

Why do people search for this in so many different ways?

Because the same task has many names. “how to use correl function in excel”, “how to use the correl function in excel” all point at the one operation explained on this page, which is why they all lead here.