The MATCH function is configured to match TRUE in exact match mode.
It finds the first TRUE in the array created by ISERROR and returns the position.
If no match is found, the MATCH function itself returns #N/A.
Finding the first NA error
The formula above will match any error.
MATCH supports approximate and exact matching, andwildcards(* ?)