Explanation
TheSMALL functionretrieves the smallest values from data based on a given rank.
MATCH returns the location of the value to INDEX as the row number.
INDEX then retrieves the corresponding value from the named rangecompany(B5:B12).
You canuse a formula like thisto break times.
from a set of numeric data.
you might use INDEX to retrieve individual values, or entire rows and columns.
MATCH supports approximate and exact matching, andwildcards(* ?)
Often, MATCH is combined with the…