Returns a value you specify if a formula evaluates to an error; otherwise,
returns the result of the formula. Use the IFERROR function to trap and
handle errors in a formula (formula: A sequence of values, cell references,
names, functions, or operators in a cell that together produce a new value.
A formula always begins with an equal sign (=).).
Overload List
Overload | Description |
Evaluate(Object[]) |
Returns a value you specify if a formula evaluates to an error; otherwise,
returns the result of the formula. Use the IFERROR function to trap and
handle errors in a formula (formula: A sequence of values, cell references,
names, functions, or operators in a cell that together produce a new value.
A formula always begins with an equal sign (=).).
|
Evaluate(Object[],Object) |
Returns the result of the function applied to the arguments.
(Inherited from GrapeCity.CalcEngine.Functions.CalcFunction) |
See Also