ERF function

Category: Engineering
Introduced: Excel 365

Summary

Returns the error function

Syntax

ERF(lower_limit,[upper_limit]) The ERF function syntax has the following arguments:
• Lower_limit Required. The lower bound for integrating ERF.
• Upper_limit Optional. The upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit.

Example

=ERF(0.745)
=ERF(1)

Microsoft Support Page

https://support.microsoft.com/en-us/office/erf-function-c53c7e7b-5482-4b6c-883e-56df3c9af349

Back to Functions