Excel 2010+
Engineering
The Excel ERFC.PRECISE function returns the complementary error function (a standardized form of ERFC).
Quick answer:
=ERFC.PRECISE(1) // ~0.1573
Syntax
=ERFC.PRECISE(x)
| Argument | Description | |
|---|---|---|
x | Required | The value to evaluate the complementary error function at. |
How to use it
ERFC.PRECISE returns the complementary error function (a standardized form of ERFC).
=ERFC.PRECISE(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.PRECISE 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.PRECISE return?
Returns the complementary error function (a standardized form of ERFC).
Which Excel versions support it?
Excel 2010 and later.
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