Max value ignore all errors
In this example, the goal is to return the maximum value in a set of data while ignoring any errors that might exist. This problem can be solved with the AGGREGATE function or with the MAXIFS function, as explained below.
MAX with errors
The standard way to retrieve the maximum...Read more