ERF Function

Excel Functions › Engineering

All versions Engineering

The Excel ERF function returns the error function integrated between limits.


Quick answer:
=ERF(1) // ~0.8427

Syntax

=ERF(lower_limit, [upper_limit])
ArgumentDescription
lower_limitRequiredThe lower bound of integration.
upper_limitOptionalThe upper bound; if omitted, ERF integrates from 0 to lower_limit.

How to use it

ERF returns the error function integrated between limits.

=ERF(1) // ~0.8427

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 ERF 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 ERF return?
Returns the error function integrated between limits.
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