Solve the problem
In a MATCH function, if the match type = 0, then
MATCH finds the first value that is exactly equal to the lookup value.
The function finds the smallest value that is greater than or equal to the lookup value.
The values in the lookup_array must be in a particular order.
The function finds the largest value that is less than or equal to the lookup value.