Returns the complementary Gauss error function of a value..
Sample Usage
ERFC(2)
ERFC(C5)
Syntax
ERFC(lower_limit)
- lower_limit - The lower bound of the integral.
Examples
ERFC(2) returns a value of 0.00467.
ERFC(C5) returns the complementary ERF function of the number contained in C5.
Notes
- If lower_limit is nonnumeric, ERFC returns the #VALUE! error value.