Explanation
This formula counts how many values are not in range of a fixed tolerance.
SUMPRODUCT then sums the items in the array, and returns a final result, 4.
A zero result will be evaluated as FALSE.
ABS converts negative numbers to positive numbers, and positive numbers are unaffected.