RE: Logical Functions
Hi Kaya
Thank you for your question
The ifferror function simply returns a particular value or formula if a given cell contains any of the following errors
NULL
DIV
VALUE
REF
NAME?
NUM!
N/A
The syntax is iserror(value, Value if true)
Value is the cell that contains the cell to check for an error, and value if true is the result if there is an error.
Regards
Stephen