ERFC Function

Excel Functions › Engineering

All versions Engineering

The Excel ERFC function returns the complementary error function, 1 minus ERF(x).


Quick answer:
=ERFC(1) // ~0.1573

Syntax

=ERFC(x)
ArgumentDescription
xRequiredThe value to evaluate the complementary error function at.

How to use it

ERFC returns the complementary error function, 1 minus ERF(x).

=ERFC(1) // ~0.1573

The error function is the area under the normal curve; it underpins probability, diffusion, and signal-noise calculations. ERFC (complementary) keeps accuracy in the far tail where 1−ERF would lose digits.

Try it: interactive demo

Live demo

Adjust the inputs and watch the formula and result.

Result:

Practice workbook

📊
Download the free ERFC practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

What does ERFC return?
Returns the complementary error function, 1 minus ERF(x).
Which Excel versions support it?
All modern versions.
Can I use it across a range to count?
Yes — SUM the 1/0 results to count matches or threshold crossings, like a lightweight COUNTIF.
Why might it return an error?
Non-numeric input returns #VALUE!; out-of-domain values return #NUM!.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: CONVERT · DELTA · ERF · BESSELJ