Excel
ERFC function in Excel
Returns the complementary error function
=ERFC(x)ERFC syntax and parameters
One argument, one required.
- xnumberRequired
The lower bound for integrating ERFC.
ERFC examples
Formulas you'll actually reuse.
The complementary error function 1 − ERF(x) — a Gaussian tail:
=ERFC(B2)Result
0.1573The two-sided tail probability of a z-score — P(|Z| > z):
=ERFC(B2 / SQRT(2))Result
0.3173
ERFC in Google Sheets
Same name — your formula ports as-is.
Try ERFC in the playground
Edit the example — nothing to install.
Preloaded with the ERFC formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ERFC.PRECISEReturns the complementary ERF function integrated between x and infinityEngineeringGoogle Sheets
- IMLNReturns the natural logarithm of a complex numberEngineeringGoogle Sheets
- IMPOWERReturns a complex number raised to an integer powerEngineeringGoogle Sheets
- IMSQRTReturns the square root of a complex numberEngineeringGoogle Sheets
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets