This is one approach. Replace ColD and ColE with D11
110 and E11:E110 respectively.
This formula must be **array-entered**:
=IFERROR(IF(MIN(IFERROR(MATCH(P10:Q10,ColD,0),9E+307))
<MIN(IFERROR(MATCH(P10:Q10,ColE,0),9E+307)),INDEX(
ColD,MIN(IFERROR(MATCH(P10:Q10,ColD,0),9E+307))),
INDEX(ColE,MIN(IFERROR(MATCH(P10:Q10,ColE,0),9E+307)))),"")
----------------------------------------
To **array-enter** a formula, after entering
the formula into the cell or formula bar, hold down
<ctrl><shift> while hitting <enter>. If you did this
correctly, Excel will place braces {...} around the formula.