PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpISERROR

Determines whether a value returned by an xlPrecision function is an error value. Returns TRUE if it is an error; FALSE if not.

Syntax

xlpISERROR(num)

num Required. The value to determine whether it is an error.

Remarks

Examples

Formula Description Result
=xlpISERROR(xlpADD(1,0)) Determines whether the value returned by xlpADD(1,0) is an error FALSE
=xlpISERROR(xlpDIVIDE(1,0)) Determines whether the value returned by xlpDIVIDe(1,0) is an error TRUE