Is it possible to do a two column match where one looks for values greater than the lookup value and one looks for an exact match?
Ex. I have a list of people and check in dates. I want to look up and exact person for the first date greater than my query date.
Row 1: John Doe | 1/2/17
Row 2: John Doe | 3/16/17
Looking up "John Doe" and "2/19/17" would result in row 2
**This is different from the other two column look up questions that I have seen because the match type is different for the two columns. One is exact, one is less than (0 & -1 in the match formula).