nth largest value
This problem can be solved with the LARGE function. Note: I don’t know why the second argument for LARGE is called “k” . LARGE function TheLARGE functioncan be used to return the nth largest value in a set of data. The official names for these arguments are “array” and “k”.