Hello,
I have a situation where I would normally use a combination of the INDEX and MATCH functions to look-up a value in a cell range along the lines of
=INDEX(range, MATCH(some_value, column, 0), MATCH(another_value, row, 0))
The first MATCH returns the row number of its match and second...