Skip to content
ExcelExcel 2010+

ERFC.PRECISE function in Excel

Returns the complementary ERF function integrated between x and infinity

=ERFC.PRECISE(x)

ERFC.PRECISE syntax and parameters

One argument, one required.

  • xnumberRequired

    The lower bound for integrating ERFC.PRECISE.

ERFC.PRECISE examples

Formulas you'll actually reuse.

  1. The complementary error function of B2:

    =ERFC.PRECISE(B2)

    Result0.1573

  2. ERF recovered from its complement:

    =1 - ERFC.PRECISE(B2)

    Result0.8427

ERFC.PRECISE in Google Sheets

Same name — your formula ports as-is.

Try ERFC.PRECISE in the playground

Edit the example — nothing to install.

Preloaded with the ERFC.PRECISE formula from Example 1 — change anything and watch it respond.

Loading the editor…