ERF function - Zoho Sheet - Help Guide

ERF

Calculates the Gauss error function between two given numbers.

 

Syntax


ERF(number1; [number2])  

number1: The first number or the lower limit given as input. Eg., -2.3

number2: The second number or the upper limit given as input. Defaults to zero if omitted. Eg., -0.43

Examples  

   

Formula

Result

=ERF(-1;0)

0.842700793

=ERF(0.54)

0.55493925

=ERF(-2.3;-0.43)

0.541970129


Get a hands-on experience of the function in the embedded range below. 



Possible Errors

 

Errors

Meaning

#N/A!

  • The function could not find the value it was asked to look for. Commonly occurs in VLOOKUP and similar functions.

#NAME!

  • The function name is incorrect or invalid.

  • The given defined name (if any) is invalid.

  • There is a typo in the defined name used in the function.

  • Double quotes are missing for text values in the function.

  • Colon missing in a cell range reference.

#VALUE!

  • The given argument's data type is incorrect or invalid.
    For example, the function =DATE(A1:A3) will return a #VALUE error when a text value is present in the range.

#REF!

  • The given cell reference is incorrect or invalid. This error may occur when a cell/range has been deleted, moved, or pasted over.

 

Similar Functions