RE: Logical Functions
Hi Kaya
Thank you for your question
Iferror returns a value or formula if an error occurs in a particular cell
The function has 2 arguments; the first specifies the cell where the error might occur and the second the value to return when an error does occur.
An this example the word error is returned when an error occurs
=IFERROR(D4,"Error")
Hope this helps
Regards
Stephen

