Imran has attended:
Excel Intermediate course
Excel Advanced course
ISERROR
When should this function be used? For what purpose? Should it be used in combination with another function?
Thanks
RE: ISERROR
ISERROR is one of a group of error checking functions.
It is used to check whether a specific cell contains an error.
Value refers to any error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!).
Returns a TRUE / FALSE.
Can be combined with other functions, depending on your requirements. This is called nesting functions, like the multiple IF statement you covered on the advanced course.